* experimental New snapshot release

* Enable mlir
This commit is contained in:
Sylvestre Ledru 2019-12-24 13:08:50 +01:00
parent f26c761136
commit 6d955ccc9c
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
llvm-toolchain-snapshot (1:10~+20191223101759+5762648c46b-1~exp1) UNRELEASED; urgency=medium
* experimental New snapshot release
* Enable mlir
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 23 Dec 2019 22:20:52 +0100
llvm-toolchain-snapshot (1:10~+201911120943210600592dd459242-1~exp2) unstable; urgency=medium
* Change of the version layout date+short git version

2
debian/rules vendored
View File

@ -1,7 +1,7 @@
#!/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
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