Test DWARFv5 with gdb-index and low_pc/high_pc on the CU (rather than ranges)
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 22 Dec 2018 22:20:47 +0000 (22:20 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 22 Dec 2018 22:20:47 +0000 (22:20 +0000)
commit7c282bf66da1f5f562d6f03830c29b99cb015f71
tree7b24166048863d81f4d78650c07fe5e80e468316
parent2a38c17b34b3893c1557446f19097b045110301f
Test DWARFv5 with gdb-index and low_pc/high_pc on the CU (rather than ranges)

There was a bug in LLVM's libDebugInfo where it did not porpagate the
section index through the range query built from low_pc/high_pc. Hard to
test in LLVM, so I'm adding a test here.

llvm-svn: 350011
lld/test/ELF/gdb-index-dwarf5-low-high.s [new file with mode: 0644]