mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
6 lines
132 B
Text
6 lines
132 B
Text
|
|
load_lib llvm.exp
|
||
|
|
|
||
|
|
if { [llvm_supports_target SystemZ] } {
|
||
|
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
||
|
|
}
|