File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/test/run-make-fulldeps Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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+
38all : off packed unpacked
49
510ifeq ($(UNAME ) ,Darwin)
Original file line number Diff line number Diff line change 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+
510all :
611 $(RUSTC ) -Z unstable-options -C split-debuginfo=packed -C debuginfo=2 foo.rs -g
712 rm $(TMPDIR ) /foo.dwp
You can’t perform that action at this time.
0 commit comments