OSDN Git Service

Fix test for altmacro
authorMichael Zuckerman <Michael.zuckerman@intel.com>
Mon, 1 May 2017 14:00:54 +0000 (14:00 +0000)
committerMichael Zuckerman <Michael.zuckerman@intel.com>
Mon, 1 May 2017 14:00:54 +0000 (14:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301799 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/AsmParser/altmacro_expression.s
test/MC/AsmParser/negativ_altmacro_expression.s

index 871e5af..58d8b48 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: llvm-mc  %s| FileCheck %s
+# RUN: llvm-mc -triple i386-linux-gnu %s | FileCheck %s
 
 # Checking that the '%' was evaluated as a string first
 # In a fail scenario: The asmprint will print: addl $%(1+4), %eax
index d0fbc6c..edcc9c9 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: not llvm-mc  %s 2>&1 | FileCheck %s
+# RUN: not llvm-mc -triple i386-linux-gnu %s 2>&1 | FileCheck %s
 
 # This test is a negative test for the altmacro expression.
 # In this test we check the '.noaltmacro' directive.