Skip to content

Commit 6cecc93

Browse files
committed
Disable LLVM backend in rustboot; more trouble than it's worth at this point.
1 parent e94af48 commit 6cecc93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ CFG_GCC_CFLAGS :=
2323
CFG_GCC_LINK_FLAGS :=
2424
CFG_VALGRIND :=
2525

26+
# Disable the ocaml backend on rustboot. It's too frustrating at this
27+
# point.
28+
NO_OCAML_LLVM := 1
29+
2630
CFG_LLVM_CONFIG ?= llvm-config
2731
CFG_BOOT_FLAGS := $(FLAGS)
2832
CFG_RUSTC_FLAGS := -nowarn

0 commit comments

Comments
 (0)