mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-01 12:33:45 +00:00
* experimental New snapshot release
* Enable mlir
This commit is contained in:
parent
f26c761136
commit
6d955ccc9c
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user