mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-10 17:07:06 +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}]]
|
||
|
}
|