From 6d955ccc9cb65ee5e93dbfdb1e2f1f3a441430ba Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 24 Dec 2019 13:08:50 +0100 Subject: [PATCH] * experimental New snapshot release * Enable mlir --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 538538c3..21511c66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +llvm-toolchain-snapshot (1:10~+20191223101759+5762648c46b-1~exp1) UNRELEASED; urgency=medium + + * experimental New snapshot release + * Enable mlir + + -- Sylvestre Ledru 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 diff --git a/debian/rules b/debian/rules index 9cbb0255..fb13b47c 100755 --- a/debian/rules +++ b/debian/rules @@ -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