mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-25 00:33:15 +00:00
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
|
load_lib llvm.exp
|
||
|
|
||
|
if { [llvm_supports_target X86] } {
|
||
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]]
|
||
|
}
|
||
|
|