forked from OSchip/llvm-project
11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
|
REQUIRES: shell
|
||
|
RUN: cd Output
|
||
|
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
|