Add triples to try to fix the windows bots.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 13 Feb 2014 16:49:47 +0000 (16:49 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 13 Feb 2014 16:49:47 +0000 (16:49 +0000)
llvm-svn: 201345

llvm/test/CodeGen/ARM/mature-mc-support.ll
llvm/test/CodeGen/Thumb/mature-mc-support.ll

index 468f52e..0a7e5b9 100644 (file)
@@ -1,10 +1,10 @@
 ; Test that inline assembly is parsed by the MC layer when MC support is mature
 ; (even when the output is assembly).
 
-; RUN: not llc -march=arm < %s > /dev/null 2> %t1
+; RUN: not llc -mtriple=arm-pc-linux < %s > /dev/null 2> %t1
 ; RUN: FileCheck %s < %t1
 
-; RUN: not llc -march=arm -filetype=obj < %s > /dev/null 2> %t2
+; RUN: not llc -mtriple=arm-pc-linux -filetype=obj < %s > /dev/null 2> %t2
 ; RUN: FileCheck %s < %t2
 
 module asm "   .this_directive_is_very_unlikely_to_exist"
index d5e8253..d7f8ae6 100644 (file)
@@ -1,10 +1,10 @@
 ; Test that inline assembly is parsed by the MC layer when MC support is mature
 ; (even when the output is assembly).
 
-; RUN: not llc -march=thumb < %s > /dev/null 2> %t1
+; RUN: not llc -mtriple=thumb-pc-linux < %s > /dev/null 2> %t1
 ; RUN: FileCheck %s < %t1
 
-; RUN: not llc -march=thumb -filetype=obj < %s > /dev/null 2> %t2
+; RUN: not llc -mtriple=thumb-pc-linux -filetype=obj < %s > /dev/null 2> %t2
 ; RUN: FileCheck %s < %t2
 
 module asm "   .this_directive_is_very_unlikely_to_exist"