Skip to content

Commit

Permalink
llvm-dwp-11 fails on absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Oct 19, 2021
1 parent a836676 commit 5a87d1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/run-make-fulldeps/split-debuginfo/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
-include ../tools.mk

# Needs commit 6ffcb2937c96bd0d7a55b984b5eb8f381b68e322,
# "[llvm-dwp] Join dwo paths correctly when DWOPath is absolute",
# backported to 12.x in b1106a5b3bc94f6da11682007d101823f81bad30.
# min-llvm-version: 12.0

all: off packed unpacked

ifeq ($(UNAME),Darwin)
Expand Down
5 changes: 5 additions & 0 deletions src/test/run-make-fulldeps/split-dwarf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# only-linux

# Needs commit 6ffcb2937c96bd0d7a55b984b5eb8f381b68e322,
# "[llvm-dwp] Join dwo paths correctly when DWOPath is absolute",
# backported to 12.x in b1106a5b3bc94f6da11682007d101823f81bad30.
# min-llvm-version: 12.0

all:
$(RUSTC) -Z unstable-options -C split-debuginfo=packed -C debuginfo=2 foo.rs -g
rm $(TMPDIR)/foo.dwp
Expand Down

0 comments on commit 5a87d1a

Please sign in to comment.