mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
480a4675c3
With the merge of TUs and CUs into a single container, some code that relied on the CU range having an ordered range of contiguous addresses (for locating a CU at a given offset) broke. But the units from debug_info (currently only CUs, but CUs and TUs in DWARFv5) are in a contiguous sub-range of that container - searching only through that subrange is still valid & so do that. llvm-svn: 341889
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
RUN: echo "%p/Inputs/llvm-symbolizer-tu.elf-x86-64 0x0" \
|
|
RUN: | llvm-symbolizer | FileCheck %s
|
|
|
|
Built from the following source:
|
|
|
|
...
|
|
|
|
CHECK: b.cpp:3:0
|