mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-02 22:38:40 +00:00
woops, actually update to LLVM 11
This commit is contained in:
parent
a424b34c57
commit
cc8b60bc22
2
debian/control
vendored
2
debian/control
vendored
@ -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
4
debian/rules
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user