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:
parent
a0e8103ea3
commit
925ed4828d
@ -1 +1 @@
|
||||
Subproject commit 70d09f218d1c84fedabdb74881e214dacd5b0c3d
|
||||
Subproject commit 2a054c1e4fb04756b7f0509eeae63289db0df887
|
@ -1,5 +1,7 @@
|
||||
-include ../tools.mk
|
||||
|
||||
# min-llvm-version: 11.0
|
||||
|
||||
all: off packed unpacked
|
||||
|
||||
ifeq ($(UNAME),Darwin)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user