OSDN Git Service

Put CPPBackend tests into their own directory and run them only if they're
authorBill Wendling <isanbard@gmail.com>
Thu, 10 Jul 2008 22:35:32 +0000 (22:35 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 10 Jul 2008 22:35:32 +0000 (22:35 +0000)
supported.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53427 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/CPP/2007-06-16-Funcname.ll [moved from test/Other/2007-06-16-Funcname.ll with 100% similarity]
test/CodeGen/CPP/dg.exp [new file with mode: 0644]
test/CodeGen/CPP/llvm2cpp.ll [moved from test/Feature/llvm2cpp.ll with 100% similarity]

diff --git a/test/CodeGen/CPP/dg.exp b/test/CodeGen/CPP/dg.exp
new file mode 100644 (file)
index 0000000..3276dcc
--- /dev/null
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target CppBackend] } {
+  RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
+}