mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Put CPPBackend tests into their own directory and run them only if they're
supported. llvm-svn: 53427
This commit is contained in:
parent
c3f346dc55
commit
3be8dca83f
5
test/CodeGen/CPP/dg.exp
Normal file
5
test/CodeGen/CPP/dg.exp
Normal file
@ -0,0 +1,5 @@
|
||||
load_lib llvm.exp
|
||||
|
||||
if { [llvm_supports_target CppBackend] } {
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user