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?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143195 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2011-10-28 14:12:30 +00:00
parent c3e48c38bf
commit 398daae4cc

View 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