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

@ -1 +1 @@
Subproject commit 70d09f218d1c84fedabdb74881e214dacd5b0c3d
Subproject commit 2a054c1e4fb04756b7f0509eeae63289db0df887

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