forked from OSchip/llvm-project
Fix lit substitution in test.
There is no '%m' substitution, so a literal "%m.so" file was being generated in the source tree. llvm-svn: 323820
This commit is contained in:
parent
490a5808cd
commit
9ff714f1c8
|
@ -4,8 +4,8 @@
|
|||
; RUN: ld.lld %t.o -o %t.so -shared
|
||||
; RUN: llvm-objdump -d -section=".text" -no-leading-addr -no-show-raw-insn %t.so | FileCheck %s
|
||||
|
||||
; RUN: ld.lld -mllvm -mcpu=znver1 %t.o -o %m.so -shared
|
||||
; RUN: llvm-objdump -d -section=".text" -no-leading-addr -no-show-raw-insn %m.so | FileCheck -check-prefix=ZNVER1 %s
|
||||
; RUN: ld.lld -mllvm -mcpu=znver1 %t.o -o %t.znver1.so -shared
|
||||
; RUN: llvm-objdump -d -section=".text" -no-leading-addr -no-show-raw-insn %t.znver1.so | FileCheck -check-prefix=ZNVER1 %s
|
||||
|
||||
; CHECK: nop{{$}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue