[llvm-dev] base address in llvm location tables in dwarf 4

Carlo Kok via llvm-dev llvm-dev at lists.llvm.org
Tue Jan 7 02:40:29 PST 2020


Since fairly recently, llvm started emitting location tables with a base address (0xffffffff + base address) in the location tables. Even for Dwarf 4:
( !{i32 2, !"Dwarf Version", i32 4})

Now I'm not entirely sure if this is supported by V4, but Apple DSymUtil doesn't support this currently. Is there any non code way to make it not emit these?


More information about the llvm-dev mailing list