We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2fd2b commit 5c41de1Copy full SHA for 5c41de1
tests/run-make/remap-path-prefix/Makefile
@@ -32,3 +32,8 @@ remap-with-scope:
32
$(RUSTC) --remap-path-prefix $$PWD/auxiliary=/the/aux -Zremap-path-scope=split-debuginfo $(DEBUGINFOOPTS) --crate-type=lib --emit=metadata auxiliary/lib.rs
33
! grep "/the/aux/lib.rs" $(TMPDIR)/liblib.rmeta || exit 1
34
grep "$$PWD/auxiliary" $(TMPDIR)/liblib.rmeta || exit 1
35
+
36
+ # FIXME: We should test the split debuginfo files, but we don't currently a good infra for that
37
+ $(RUSTC) --remap-path-prefix $$PWD/auxiliary=/the/aux -Zremap-path-scope=split-debuginfo -Zunstable-options -Csplit-debuginfo=packed --crate-type=lib --emit=metadata auxiliary/lib.rs
38
+ grep "/the/aux/lib.rs" $(TMPDIR)/liblib.rmeta || exit 1
39
+ ! grep "$$PWD/auxiliary" $(TMPDIR)/liblib.rmeta || exit 1
0 commit comments