woops, actually update to LLVM 11

This commit is contained in:
Ximin Luo 2020-11-07 21:20:23 +00:00
parent a424b34c57
commit cc8b60bc22
2 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -13,7 +13,7 @@ Build-Depends:
python3:native,
cargo:native (>= 0.40.0) <!pkg.rustc.dlstage0>,
rustc:native (>= 1.46.0+dfsg) <!pkg.rustc.dlstage0>,
rustc:native (<= 1.47.0~beta.2++) <!pkg.rustc.dlstage0>,
rustc:native (<= 1.47.0++) <!pkg.rustc.dlstage0>,
llvm-11-dev:native,
llvm-11-tools:native,
gcc-mingw-w64-x86-64-posix:native [amd64] <!nowindows>,

4
debian/rules vendored
View File

@ -27,8 +27,8 @@ export DEB_HOST_RUST_TYPE
DEB_DESTDIR := $(CURDIR)/debian/tmp
# Use system LLVM (comment out to use vendored LLVM)
LLVM_VERSION = 10
OLD_LLVM_VERSION = 9
LLVM_VERSION = 11
OLD_LLVM_VERSION = 10
# Make it easier to test against a custom LLVM
ifneq (,$(LLVM_DESTDIR))
LLVM_LIBRARY_PATH := $(LLVM_DESTDIR)/usr/lib/$(DEB_HOST_MULTIARCH):$(LLVM_DESTDIR)/usr/lib