diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-02-08 11:44:37 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-02-08 11:44:37 +0000 |
commit | 13d4e414d7967d9562548d1dda15fff0490aadd1 (patch) | |
tree | f6c40ccee78e7ec13f6437b7e2b3ef6d29a2fb92 /test/LLVMC/llvmc.exp | |
parent | 87597227873f779774eb56dd0561d77eeda43a88 (diff) | |
download | external_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.exp | 11 |
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}]] |