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.

llvm-svn: 110337
This commit is contained in:
Daniel Dunbar 2010-08-05 15:44:15 +00:00
parent 3ef1be0f0a
commit b95f7b12b6

View 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}]]
}