1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Put CPPBackend tests into their own directory and run them only if they're

supported.

llvm-svn: 53427
This commit is contained in:
Bill Wendling 2008-07-10 22:35:32 +00:00
parent c3f346dc55
commit 3be8dca83f
3 changed files with 5 additions and 0 deletions

5
test/CodeGen/CPP/dg.exp Normal file
View File

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