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.
11 lines
285 B
11 lines
285 B
4 months ago
|
REQUIRES: shell
|
||
|
RUN: cd %T
|
||
|
RUN: cp %p/Inputs/split-dwarf-empty.dwo %T
|
||
|
RUN: echo "%p/Inputs/split-dwarf-empty.o 0xdeadbeef" > %t.input
|
||
|
|
||
|
RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false \
|
||
|
RUN: --default-arch=i386 < %t.input | FileCheck %s
|
||
|
|
||
|
CHECK: ??
|
||
|
CHECK: ??:0:0
|