[llvm-commits] [llvm] r110337 - /llvm/trunk/test/MC/AsmParser/dg.exp

Daniel Dunbar daniel at zuster.org
Thu Aug 5 08:44:15 PDT 2010


Author: ddunbar
Date: Thu Aug  5 10:44:15 2010
New Revision: 110337

URL: http://llvm.org/viewvc/llvm-project?rev=110337&view=rev
Log:
tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of them
rely on using a specific x86 triple to test what they want to test.

Modified:
    llvm/trunk/test/MC/AsmParser/dg.exp

Modified: llvm/trunk/test/MC/AsmParser/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/dg.exp?rev=110337&r1=110336&r2=110337&view=diff
==============================================================================
--- llvm/trunk/test/MC/AsmParser/dg.exp (original)
+++ llvm/trunk/test/MC/AsmParser/dg.exp Thu Aug  5 10:44:15 2010
@@ -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}]]
+}





More information about the llvm-commits mailing list