Update LLVM to pull in fixes to llvm-dwp

Includes https://github.com/rust-lang/llvm-project/pull/90 in
particular.
This commit is contained in:
Simonas Kazlauskas 2021-02-17 16:25:23 +02:00
parent a0e8103ea3
commit 925ed4828d
3 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
-include ../tools.mk
# min-llvm-version: 11.0
all: off packed unpacked
ifeq ($(UNAME),Darwin)

View file

@ -1,6 +1,7 @@
-include ../tools.mk
# only-linux
# min-llvm-version: 11.0
all:
$(RUSTC) -Z unstable-options -C split-debuginfo=packed foo.rs -g