mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +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
125 B
Plaintext
7 lines
125 B
Plaintext
load_lib llvm.exp
|
|
|
|
if [ llvm_gcc_supports objc ] then {
|
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{m}]]
|
|
}
|
|
|