mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
49926e54a0
llvm_gcc_supports function that takes the language as an argument. Base that function on the new LLVMGCC_LANGS configured variable so that we don't have to execute feature checks during the test run. llvm-svn: 36322
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}]]
|
|
}
|
|
|