-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)O-windows-gnuToolchain: GNU, Operating system: WindowsToolchain: GNU, Operating system: Windows
Description
Failure happens in the panic_unwind
crate:
inlinable function call in a function with debug info must have a !dbg location
call void @rust_eh_unwind_resume(i8* %5)
LLVM ERROR: Broken function found, compilation aborted!
make: *** [x86_64-pc-windows-gnu/stage0/lib/rustlib/x86_64-pc-windows-gnu/lib/stamp.panic_unwind] Error 1
This probably has to do with how we're calling the "custom resume" function, unsure what's going on.
Metadata
Metadata
Assignees
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)O-windows-gnuToolchain: GNU, Operating system: WindowsToolchain: GNU, Operating system: Windows