mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
7020201be0
%T expands to Output if not configured differently. llvm-svn: 267281
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
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
|