mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 11:08:27 +00:00
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
|
load_lib llvm.exp
|
||
|
|
||
|
if [ llvm_gcc_supports c ] then {
|
||
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
||
|
}
|