mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 00:37:09 +00:00
Segregate tests by target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119050 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b0269cd2c8
commit
2ae2302abc
6
test/MC/Disassembler/MBlaze/dg.exp
Normal file
6
test/MC/Disassembler/MBlaze/dg.exp
Normal file
@ -0,0 +1,6 @@
|
||||
load_lib llvm.exp
|
||||
|
||||
if { [llvm_supports_target MBlaze] } {
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{txt}]]
|
||||
}
|
||||
|
6
test/MC/Disassembler/X86/dg.exp
Normal file
6
test/MC/Disassembler/X86/dg.exp
Normal file
@ -0,0 +1,6 @@
|
||||
load_lib llvm.exp
|
||||
|
||||
if { [llvm_supports_target X86] } {
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{txt}]]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user