mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Changed condition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132834 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86431e9a31
commit
0d6d34cd50
@ -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}]]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user