Switch Ocaml to use llvm_supports_binding.

llvm-svn: 81665
This commit is contained in:
Daniel Dunbar 2009-09-13 01:41:47 +00:00
parent abc5153371
commit 9fffa15471
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -52,8 +52,6 @@ ifndef RUNLLVM2CPP
IGNORE_TESTS += llvm2cpp.exp
endif
IGNORE_TESTS += $(filter-out $(BINDINGS_TO_BUILD:=.exp),$(ALL_BINDINGS:=.exp))
ifdef IGNORE_TESTS
RUNTESTFLAGS += --ignore "$(strip $(IGNORE_TESTS))"
endif