mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-25 03:55:25 +00:00
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
|
load_lib llvm.exp
|
||
|
|
||
|
if [ llvm_gcc_supports_ada ] then {
|
||
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{adb,ads}]]
|
||
|
}
|
||
|
|