llvm error: cfi: Assertion 'cast<DISubprogram>(Scope)->describes(&MF->getFunction())' failed.
#111214
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
PG-exploit-mitigations
Project group: Exploit mitigations
I tried this code:
built my rustc with llvm debug assertions and
rustc treereduce.out -Clto -Zsanitizer=cfi -Copt-level=1 -Cdebuginfo=2
I expected to see this happen: explanation
Instead, this happened: explanation
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: