mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
42b4e15d50
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}]]
|
|
}
|