Compiler null dereference when there are conflicting asm labels #74262
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Meta
Error output
Details
This bug only happens when compiling for Windows target with debug information. Command to reproduce crash:
It was identified by eddyb that crash happens in LLVM function WinCOFFObjectWriter::assignFileOffsets.
The text was updated successfully, but these errors were encountered: