mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-15 09:51:00 +00:00
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
load_lib llvm.exp
|
|
|
|
if [ llvm_gcc_supports objc ] then {
|
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{m}]]
|
|
}
|