test/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit -mtriple=i386. It uses X86...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 28 Oct 2011 14:12:30 +0000 (14:12 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 28 Oct 2011 14:12:30 +0000 (14:12 +0000)
FIXME: Would it be reproduced without target-specific operands?
FIXME: Why run llvm-mc as the same input by 3 times?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143195 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/AsmParser/2011-09-06-NoNewline.s

index 7ecaf688ea0736041aaa639077868ef92667f034..e4450f98e5d3e778d0ed9d03872dbe365983e691 100644 (file)
@@ -1,6 +1,6 @@
-// RUN: llvm-mc %s
+// RUN: llvm-mc -triple i386-unknown-unknown %s
 movl %gs:8, %eax
-// RUN: llvm-mc %s
+// RUN: llvm-mc -triple i386-unknown-unknown %s
 movl %gs:8, %eax
-// RUN: llvm-mc %s
+// RUN: llvm-mc -triple i386-unknown-unknown %s
 movl %gs:8, %eax
\ No newline at end of file