disable mlir build, not ready yet because of upstream bugs

This commit is contained in:
Sylvestre Ledru 2019-12-26 09:13:51 +01:00
parent 9ab4442817
commit 750a70db9f

3
debian/rules vendored
View File

@ -1,7 +1,8 @@
#!/usr/bin/make -f
# polly, openmp & lldb aren't enabled for every platform
PROJECTS = clang;clang-tools-extra;libcxx;libcxxabi;compiler-rt;lld;debuginfo-tests;mlir
PROJECTS = clang;clang-tools-extra;libcxx;libcxxabi;compiler-rt;lld;debuginfo-tests
#;mlir
TARGET_BUILD := build-llvm
TARGET_BUILD_STAGE2 := $(TARGET_BUILD)/tools/clang/stage2-bins