Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the minimum external LLVM to 12 #90175

Merged
merged 4 commits into from
Oct 24, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
llvm-dwp-11 fails on absolute paths
  • Loading branch information
cuviper committed Oct 22, 2021
commit 8b0e7095a0814edee204cbf8850a3f25e0ca2b1e
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