I had a lot of simple local codegen tests and they are now ready to be placed in test/CodeGen. llvm-svn: 54506
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
load_lib llvm.exp
|
|
|
|
if { [llvm_supports_target Mips] } {
|
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
|
}
|