summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2013-12-04 01:02:37 +0000
committerJuergen Ributzka <juergen@apple.com>2013-12-04 01:02:37 +0000
commit39be27fe3035c643f70c4027d60390fbb3ff7b76 (patch)
tree8e4b8384b8add1b07e6f397b8f15de03b74394e6 /test
parent6abfcbdfc8ceee8ad97ec36b0303e3ed89bcb347 (diff)
downloadllvm-39be27fe3035c643f70c4027d60390fbb3ff7b76.tar.gz
llvm-39be27fe3035c643f70c4027d60390fbb3ff7b76.tar.bz2
llvm-39be27fe3035c643f70c4027d60390fbb3ff7b76.tar.xz
[Stackmap] Specify the triple and cpu to fix the unit test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196339 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/X86/stackmap-nops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/X86/stackmap-nops.ll b/test/MC/X86/stackmap-nops.ll
index e6db891955..83e9de96c2 100644
--- a/test/MC/X86/stackmap-nops.ll
+++ b/test/MC/X86/stackmap-nops.ll
@@ -1,5 +1,5 @@
; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim -filetype=obj %s -o - | llvm-objdump -d - | FileCheck %s
-; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim -filetype=asm %s -o - | llvm-mc -filetype=obj - | llvm-objdump -d - | FileCheck %s
+; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim -filetype=asm %s -o - | llvm-mc -triple=x86_64-apple-darwin -mcpu=corei7 -filetype=obj - | llvm-objdump -d - | FileCheck %s
define void @nop_test() {
entry: