Skip to content

Commit

Permalink
Update LLVM to pull in fixes to llvm-dwp
Browse files Browse the repository at this point in the history
Includes rust-lang/llvm-project#90 in
particular.
  • Loading branch information
nagisa committed Feb 20, 2021
1 parent a0e8103 commit 925ed48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm-project
2 changes: 2 additions & 0 deletions src/test/run-make-fulldeps/split-debuginfo/Makefile
@@ -1,5 +1,7 @@
-include ../tools.mk

# min-llvm-version: 11.0

all: off packed unpacked

ifeq ($(UNAME),Darwin)
Expand Down
1 change: 1 addition & 0 deletions src/test/run-make-fulldeps/split-dwarf/Makefile
@@ -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
Expand Down

0 comments on commit 925ed48

Please sign in to comment.