We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a836676 commit 5a87d1aCopy full SHA for 5a87d1a
src/test/run-make-fulldeps/split-debuginfo/Makefile
@@ -1,5 +1,10 @@
1
-include ../tools.mk
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
+
8
all: off packed unpacked
9
10
ifeq ($(UNAME),Darwin)
src/test/run-make-fulldeps/split-dwarf/Makefile
@@ -2,6 +2,11 @@
# only-linux
all:
11
$(RUSTC) -Z unstable-options -C split-debuginfo=packed -C debuginfo=2 foo.rs -g
12
rm $(TMPDIR)/foo.dwp
0 commit comments