mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 18:48:13 +00:00
8fa43b0ffc
llvm-svn: 42610
8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
load_lib llvm.exp
|
|
|
|
if [ llvm_gcc_supports objc ] then {
|
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{m}]]
|
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{mm}]]
|
|
}
|
|
|