You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|