Skip to content

Commit 5a87d1a

Browse files
committed
llvm-dwp-11 fails on absolute paths
1 parent a836676 commit 5a87d1a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
-include ../tools.mk
22

3+
# Needs commit 6ffcb2937c96bd0d7a55b984b5eb8f381b68e322,
4+
# "[llvm-dwp] Join dwo paths correctly when DWOPath is absolute",
5+
# backported to 12.x in b1106a5b3bc94f6da11682007d101823f81bad30.
6+
# min-llvm-version: 12.0
7+
38
all: off packed unpacked
49

510
ifeq ($(UNAME),Darwin)

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
# only-linux
44

5+
# Needs commit 6ffcb2937c96bd0d7a55b984b5eb8f381b68e322,
6+
# "[llvm-dwp] Join dwo paths correctly when DWOPath is absolute",
7+
# backported to 12.x in b1106a5b3bc94f6da11682007d101823f81bad30.
8+
# min-llvm-version: 12.0
9+
510
all:
611
$(RUSTC) -Z unstable-options -C split-debuginfo=packed -C debuginfo=2 foo.rs -g
712
rm $(TMPDIR)/foo.dwp

0 commit comments

Comments
 (0)