Skip to content

Commit 925ed48

Browse files
committed
Update LLVM to pull in fixes to llvm-dwp
Includes rust-lang/llvm-project#90 in particular.
1 parent a0e8103 commit 925ed48

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/test/run-make-fulldeps/split-debuginfo/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
-include ../tools.mk
22

3+
# min-llvm-version: 11.0
4+
35
all: off packed unpacked
46

57
ifeq ($(UNAME),Darwin)

src/test/run-make-fulldeps/split-dwarf/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-include ../tools.mk
22

33
# only-linux
4+
# min-llvm-version: 11.0
45

56
all:
67
$(RUSTC) -Z unstable-options -C split-debuginfo=packed foo.rs -g

0 commit comments

Comments
 (0)