mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
We should run these tests as well.
llvm-svn: 74121
This commit is contained in:
parent
141dde15bb
commit
f7814163db
5
test/CodeGen/Thumb/dg.exp
Normal file
5
test/CodeGen/Thumb/dg.exp
Normal file
@ -0,0 +1,5 @@
|
||||
load_lib llvm.exp
|
||||
|
||||
if { [llvm_supports_target ARM] } {
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
||||
}
|
5
test/CodeGen/Thumb2/dg.exp
Normal file
5
test/CodeGen/Thumb2/dg.exp
Normal file
@ -0,0 +1,5 @@
|
||||
load_lib llvm.exp
|
||||
|
||||
if { [llvm_supports_target ARM] } {
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
||||
}
|
Loading…
Reference in New Issue
Block a user