1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

tests: CodeGen/X86/GC tests require X86.

llvm-svn: 110338
This commit is contained in:
Daniel Dunbar 2010-08-05 15:45:33 +00:00
parent b95f7b12b6
commit c93cd33f41

View File

@ -1,3 +1,5 @@
load_lib llvm.exp
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
if { [llvm_supports_target X86] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
}