Revert "Disable LLVM, loadedllvm is dead upstream"

This reverts commit 64a34572b9 [formerly ea9992b951f20ed31fe080d1b8f27ac4eaf6ba78].


Former-commit-id: 0954a3e617a8347a7b6727b4f3af74a776dd400a
This commit is contained in:
Joseph Shields
2020-05-18 14:29:38 -04:00
parent 64a34572b9
commit 42d2967bd0
6 changed files with 111 additions and 4 deletions

4
debian/rules vendored
View File

@@ -52,19 +52,23 @@ ifeq ($(DEB_HOST_ARCH), arm64)
MONO_BOEHM_TEST = true
CONF_FLAGS += --disable-boehm
BTLS_ARCH = true
LLVM_ARCH = true
SKIP_LIBGC = true
endif
ifeq ($(DEB_HOST_ARCH), i386)
BTLS_ARCH = true
LLVM_ARCH = true
endif
ifeq ($(DEB_HOST_ARCH), armhf)
BTLS_ARCH = true
LLVM_ARCH = true
endif
ifeq ($(DEB_HOST_ARCH), amd64)
BTLS_ARCH = true
LLVM_ARCH = true
endif
ifeq ($(DEB_HOST_ARCH), ppc64el)