mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
be4ac84b4f
Currently, we emit DW_AT_addr_base that points to the beginning of the .debug_addr section. That is not correct for the DWARF5 case because address table contains the header and the attribute should point to the first entry following the header. This is currently the reason why LLDB does not work with such executables correctly. Patch fixes the issue. Differential revision: https://reviews.llvm.org/D52168 llvm-svn: 342635 |
||
---|---|---|
.. | ||
line.test | ||
lit.local.cfg | ||
live-debug-vars-subreg-offset.ll | ||
processes-relocations.ll | ||
tls-fission.ll | ||
tls.ll |