macOS DWARF oddities #303
Labels
A-debuginfo
Area: Debugging information at runtime in generated code.
C-bug
Category: This is a bug.
O-macos
Operating system: MacOS
After applying the following patch, because macOS doesn't use
.debug_*
relocations.The resulting DWARF has wrong addresses, even though the original object files had relocations for the
.debug_*
sections:And
.debug_line
has all sequences start at0x0000000100000ad0
Originally posted by @bjorn3 in https://github.com/bjorn3/rustc_codegen_cranelift/pull/291#issuecomment-455791860
The text was updated successfully, but these errors were encountered: