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 22, 2021
1 parent 65150af commit 8b0e709
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
@@ -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
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 8b0e709

Please sign in to comment.