mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
89642abc65
This patch adds half a dozen new tests that test various edge cases in the behaviour of the symbolizer and DWARF data parsing. All of them test the current behaviour. Reviewed by: JDevlieghere, aprantl Differential Revision: https://reviews.llvm.org/D57741 llvm-svn: 353286
7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
RUN: llvm-symbolizer 0xffffffff00000000 -a --obj=%p/Inputs/symbolize-64bit-addr.elf.x86_64 \
|
|
RUN: | FileCheck %s
|
|
|
|
CHECK: 0xffffffff00000000
|
|
CHECK-NEXT: _start
|
|
CHECK-NEXT: symbolize-64bit-addr.c:1:0
|