mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 12:47:58 +00:00
disable mlir build, not ready yet because of upstream bugs
This commit is contained in:
parent
9ab4442817
commit
750a70db9f
3
debian/rules
vendored
3
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user