forked from OSchip/llvm-project
Switch Ocaml to use llvm_supports_binding.
llvm-svn: 81665
This commit is contained in:
parent
abc5153371
commit
9fffa15471
|
@ -0,0 +1,5 @@
|
|||
load_lib llvm.exp
|
||||
|
||||
if [ llvm_supports_binding ocaml ] then {
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,ml}]]
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
load_lib llvm.exp
|
||||
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,ml}]]
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue