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:
86431e9
)
Changed condition.
author
Galina Kistanova
<gkistanova@gmail.com>
Fri, 10 Jun 2011 03:57:02 +0000
(
03:57
+0000)
committer
Galina Kistanova
<gkistanova@gmail.com>
Fri, 10 Jun 2011 03:57:02 +0000
(
03:57
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132834
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/ARM/dg.exp
patch
|
blob
|
history
diff --git
a/test/FrontendC/ARM/dg.exp
b/test/FrontendC/ARM/dg.exp
index 13048a1fdbef57e184562c17e975a6071bf3a821..df7d49ebdb1376706199056b68e49432c891333e 100644
(file)
--- a/
test/FrontendC/ARM/dg.exp
+++ b/
test/FrontendC/ARM/dg.exp
@@
-1,5
+1,5
@@
load_lib llvm.exp
-if { [llvm_supports_target ARM]
AND [ llvm_gcc_supports c
] } {
+if { [llvm_supports_target ARM]
&& [llvm_gcc_supports c
] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]]
}