1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Add test/MC/Mips/dg.exp.

llvm-svn: 146472
This commit is contained in:
Akira Hatanaka 2011-12-13 04:12:49 +00:00
parent a9290d5ab9
commit 23f439aca1

5
test/MC/Mips/dg.exp Normal file
View File

@ -0,0 +1,5 @@
load_lib llvm.exp
if { [llvm_supports_target Mips] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]]
}