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
3 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue