From cc8b60bc226429bf603bfe33015fdef672bb6f05 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Sat, 7 Nov 2020 21:20:23 +0000 Subject: [PATCH] woops, actually update to LLVM 11 --- debian/control | 2 +- debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 0e5c01e8a4..5527937ebc 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: python3:native, cargo:native (>= 0.40.0) , rustc:native (>= 1.46.0+dfsg) , - rustc:native (<= 1.47.0~beta.2++) , + rustc:native (<= 1.47.0++) , llvm-11-dev:native, llvm-11-tools:native, gcc-mingw-w64-x86-64-posix:native [amd64] , diff --git a/debian/rules b/debian/rules index bea8d82b09..b3e84d6445 100755 --- a/debian/rules +++ b/debian/rules @@ -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