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:
James Y Knight 2018-01-30 21:39:10 +00:00
parent 490a5808cd
commit 9ff714f1c8
1 changed files with 2 additions and 2 deletions

View File

@ -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{{$}}