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 1
1
-include ../tools.mk
2
2
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
+
3
8
all : off packed unpacked
4
9
5
10
ifeq ($(UNAME ) ,Darwin)
Original file line number Diff line number Diff line change 2
2
3
3
# only-linux
4
4
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
+
5
10
all :
6
11
$(RUSTC ) -Z unstable-options -C split-debuginfo=packed -C debuginfo=2 foo.rs -g
7
12
rm $(TMPDIR ) /foo.dwp
You can’t perform that action at this time.
0 commit comments