tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of them
authorDaniel Dunbar <daniel@zuster.org>
Thu, 5 Aug 2010 15:44:15 +0000 (15:44 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 5 Aug 2010 15:44:15 +0000 (15:44 +0000)
rely on using a specific x86 triple to test what they want to test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110337 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/AsmParser/dg.exp

index 64cb75b20ff11d1769778e3fa6319b574280010d..a6d81da5b7168ed54b61ecd0c9b6a4c245c35ae7 100644 (file)
@@ -1,4 +1,5 @@
 load_lib llvm.exp
 
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]]
-
+if { [llvm_supports_target X86] } {
+  RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]]
+}