summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-10-28 14:12:30 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-10-28 14:12:30 +0000
commit7636f553489e8f34f588874b95a7a49b3cbec6f6 (patch)
tree36ff29d09a5261cbbce167c9b78d13eca6b727bc
parent29ccdd8207ed09e7fb93d4c8fd415502f52dc9a3 (diff)
downloadbcm5719-llvm-7636f553489e8f34f588874b95a7a49b3cbec6f6.tar.gz
bcm5719-llvm-7636f553489e8f34f588874b95a7a49b3cbec6f6.zip
test/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit -mtriple=i386. It uses X86 instruction.
FIXME: Would it be reproduced without target-specific operands? FIXME: Why run llvm-mc as the same input by 3 times? llvm-svn: 143195
-rw-r--r--llvm/test/MC/AsmParser/2011-09-06-NoNewline.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/MC/AsmParser/2011-09-06-NoNewline.s b/llvm/test/MC/AsmParser/2011-09-06-NoNewline.s
index 7ecaf688ea0..e4450f98e5d 100644
--- a/llvm/test/MC/AsmParser/2011-09-06-NoNewline.s
+++ b/llvm/test/MC/AsmParser/2011-09-06-NoNewline.s
@@ -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
OpenPOWER on IntegriCloud