diff options
| author | David Blaikie <dblaikie@gmail.com> | 2017-05-22 07:02:47 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2017-05-22 07:02:47 +0000 |
| commit | d2f3a941e002085932dac5ab7a10147e06265e1e (patch) | |
| tree | 5591bb07b47ef780a1a015dbe8fbebf83c3acfa3 /llvm/test/DebugInfo/Inputs | |
| parent | 036dda25a5b125c88e9d2fd8d63b8120842eeb51 (diff) | |
| download | bcm5719-llvm-d2f3a941e002085932dac5ab7a10147e06265e1e.tar.gz bcm5719-llvm-d2f3a941e002085932dac5ab7a10147e06265e1e.zip | |
libDebugInfo/DWARF: Apply relocations for debug_addr addresses in object files
llvm-symbolizer would fail to symbolize addresses in unlinked object
files when handling .dwo file data because the addresses would not be
relocated in the same way as the ranges in the skeleton CU in the object
file.
Fix that so object files can be symbolized the same as executables.
llvm-svn: 303532
Diffstat (limited to 'llvm/test/DebugInfo/Inputs')
| -rw-r--r-- | llvm/test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.dwo | bin | 0 -> 1056 bytes |
| -rw-r--r-- | llvm/test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.o | bin | 0 -> 2968 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.dwo b/llvm/test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.dwo Binary files differnew file mode 100644 index 00000000000..2a3bc57caa6 --- /dev/null +++ b/llvm/test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.dwo diff --git a/llvm/test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.o b/llvm/test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.o Binary files differnew file mode 100644 index 00000000000..b6993c6cae2 --- /dev/null +++ b/llvm/test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.o |

