projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
079515f
)
tests: CodeGen/X86/GC tests require X86.
author
Daniel Dunbar
<daniel@zuster.org>
Thu, 5 Aug 2010 15:45:33 +0000
(15:45 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Thu, 5 Aug 2010 15:45:33 +0000
(15:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110338
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/GC/dg.exp
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/GC/dg.exp
b/test/CodeGen/X86/GC/dg.exp
index f2005891a59a8b37ca04c62e765548a184cec8ad..629a1477361506498c204b6a0e1c72b059e60128 100644
(file)
--- 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}]]
+}