[llvm-commits] [llvm] r143195 - /llvm/trunk/test/MC/AsmParser/2011-09-06-NoNewline.s

NAKAMURA Takumi geek4civic at gmail.com
Fri Oct 28 07:12:30 PDT 2011


Author: chapuni
Date: Fri Oct 28 09:12:30 2011
New Revision: 143195

URL: http://llvm.org/viewvc/llvm-project?rev=143195&view=rev
Log:
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?

Modified:
    llvm/trunk/test/MC/AsmParser/2011-09-06-NoNewline.s

Modified: llvm/trunk/test/MC/AsmParser/2011-09-06-NoNewline.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/2011-09-06-NoNewline.s?rev=143195&r1=143194&r2=143195&view=diff
==============================================================================
--- llvm/trunk/test/MC/AsmParser/2011-09-06-NoNewline.s (original)
+++ llvm/trunk/test/MC/AsmParser/2011-09-06-NoNewline.s Fri Oct 28 09:12:30 2011
@@ -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





More information about the llvm-commits mailing list