From 398daae4cc0182f77ff0e68d7ba4b7614ce8af71 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 28 Oct 2011 14:12:30 +0000 Subject: [PATCH] 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 --- test/MC/AsmParser/2011-09-06-NoNewline.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/MC/AsmParser/2011-09-06-NoNewline.s b/test/MC/AsmParser/2011-09-06-NoNewline.s index 7ecaf688ea0..e4450f98e5d 100644 --- a/test/MC/AsmParser/2011-09-06-NoNewline.s +++ b/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 -- 2.34.1