aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/llvmc.exp
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-02-08 11:44:37 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-02-08 11:44:37 +0000
commit13d4e414d7967d9562548d1dda15fff0490aadd1 (patch)
treef6c40ccee78e7ec13f6437b7e2b3ef6d29a2fb92 /test/LLVMC/llvmc.exp
parent87597227873f779774eb56dd0561d77eeda43a88 (diff)
downloadexternal_llvm-13d4e414d7967d9562548d1dda15fff0490aadd1.zip
external_llvm-13d4e414d7967d9562548d1dda15fff0490aadd1.tar.gz
external_llvm-13d4e414d7967d9562548d1dda15fff0490aadd1.tar.bz2
The 'false.c' test must depend on llvm-g++.
Also, turn on Objective-C/C++ tests. This should fix http://llvm.org/bugs/show_bug.cgi?id=3499. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64084 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/llvmc.exp')
-rw-r--r--test/LLVMC/llvmc.exp11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/LLVMC/llvmc.exp b/test/LLVMC/llvmc.exp
deleted file mode 100644
index 8354097..0000000
--- a/test/LLVMC/llvmc.exp
+++ /dev/null
@@ -1,11 +0,0 @@
-load_lib llvm.exp
-
-if [ llvm_gcc_supports c ] then {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{c}]]
-}
-
-if [ llvm_gcc_supports c++ ] then {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{cpp}]]
-}
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]]