From: Daniel Dunbar Date: Thu, 5 Aug 2010 15:44:15 +0000 (+0000) Subject: tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of them X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=079515f382fa7e95362ac1eeaadecbc7eb2f71db;p=oota-llvm.git 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110337 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/AsmParser/dg.exp b/test/MC/AsmParser/dg.exp index 64cb75b20ff..a6d81da5b71 100644 --- a/test/MC/AsmParser/dg.exp +++ b/test/MC/AsmParser/dg.exp @@ -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}]] +}