diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-08-05 15:45:33 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-08-05 15:45:33 +0000 |
commit | feaac8f7fff264da2031069847e544dcbbfe5ebb (patch) | |
tree | 66f4e8e60fb5f71d8e42624232054005449c66c6 | |
parent | 079515f382fa7e95362ac1eeaadecbc7eb2f71db (diff) |
tests: CodeGen/X86/GC tests require X86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110338 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/GC/dg.exp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/X86/GC/dg.exp b/test/CodeGen/X86/GC/dg.exp index f2005891a5..629a147736 100644 --- a/test/CodeGen/X86/GC/dg.exp +++ b/test/CodeGen/X86/GC/dg.exp @@ -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}]] +} |