Skip to content

Commit 5c41de1

Browse files
committed
Test -Zremap-path-scope=split-debuginfo with -Csplit-debuginfo=packed
1 parent 0b2fd2b commit 5c41de1

File tree

1 file changed

+5
-0
lines changed
  • tests/run-make/remap-path-prefix

1 file changed

+5
-0
lines changed

tests/run-make/remap-path-prefix/Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ remap-with-scope:
3232
$(RUSTC) --remap-path-prefix $$PWD/auxiliary=/the/aux -Zremap-path-scope=split-debuginfo $(DEBUGINFOOPTS) --crate-type=lib --emit=metadata auxiliary/lib.rs
3333
! grep "/the/aux/lib.rs" $(TMPDIR)/liblib.rmeta || exit 1
3434
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

Comments
 (0)