Closed
Description
The same errors as #50203 (cannot merge previous GCDA file: corrupt arc tag) are happening again, starting with nightly-2020-08-24 (5180f3d), which is the first nightly after #73526.
I'm using the flags -Zprofile -Ccodegen-units=1 -Cinline-threshold=0
, and setting CARGO_INCREMENTAL=0
in the environment.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
glandium commentedon Apr 10, 2021
This looks like a LLVM issue purely. If I upgrade the C compiler to LLVM 11 too, then it works (this was on a crate with ffi code). I guess this is not something rust can do anything about.
wllenyj commentedon Feb 16, 2022
The same problem reappeared in 1.60.0-nightly (09cb29c 2022-02-15)
See https://github.com/wllenyj/dragonball-sandbox/runs/5212083346 for details.