File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/test/run-make-fulldeps/split-dwarf Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55all : packed remapped
66
77remapped :
8- $(RUSTC ) -Z unstable-options -C split-debuginfo=packed -C debuginfo=2 --remap-path-prefix $$ PWD =/a foo.rs -g
9- objdump -Wi $(TMPDIR ) /foo | grep $$ PWD && exit 1 || exit 0
8+ $(RUSTC ) -Z unstable-options -C split-debuginfo=packed -C debuginfo=2 --remap-path-prefix $( TMPDIR ) =/a foo.rs -g
9+ objdump -Wi $(TMPDIR ) /foo | grep DW_AT_GNU_dwo_name | ( ! grep $( TMPDIR ) ) || exit 1
1010
11- $(RUSTC) -Z unstable-options -C split-debuginfo=unpacked -C debuginfo=2 --remap-path-prefix $$PWD =/a foo.rs -g
12- objdump -Wi $(TMPDIR)/foo | grep $$PWD && exit 1 || exit 0
11+ $(RUSTC) -Z unstable-options -C split-debuginfo=unpacked -C debuginfo=2 --remap-path-prefix $(TMPDIR) =/a foo.rs -g
12+ objdump -Wi $(TMPDIR)/foo | grep DW_AT_GNU_dwo_name | (! grep $(TMPDIR)) || exit 1
1313
1414packed :
1515 $(RUSTC ) -Z unstable-options -C split-debuginfo=packed -C debuginfo=2 foo.rs -g
You can’t perform that action at this time.
0 commit comments