mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-28 15:33:14 +00:00
6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
|
load_lib llvm.exp
|
||
|
|
||
|
if { [llvm_supports_target MSP430] } {
|
||
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
||
|
}
|