diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-28 14:12:30 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-28 14:12:30 +0000 |
| commit | 7636f553489e8f34f588874b95a7a49b3cbec6f6 (patch) | |
| tree | 36ff29d09a5261cbbce167c9b78d13eca6b727bc | |
| parent | 29ccdd8207ed09e7fb93d4c8fd415502f52dc9a3 (diff) | |
| download | bcm5719-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.s | 6 |
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 |

