mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-04 23:32:00 +00:00
Switch Ocaml to use llvm_supports_binding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81665 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
840a718105
commit
0b88ed9dec
5
test/Bindings/Ocaml/dg.exp
Normal file
5
test/Bindings/Ocaml/dg.exp
Normal 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}]]
|
||||
}
|
@ -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…
x
Reference in New Issue
Block a user