mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +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
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
# Use address that can't fit in a 64-bit number. Show that llvm-symbolizer
|
|
# simply echoes it as per other malformed input addresses.
|
|
RUN: llvm-symbolizer --obj=addr.exe 0x10000000000000000 | FileCheck %s
|
|
|
|
CHECK-NOT: {{.}}
|
|
CHECK: 0x10000000000000000
|
|
CHECK-NOT: {{.}}
|