File tree 1 file changed +4
-4
lines changed
src/test/run-make-fulldeps/split-dwarf
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
all : packed remapped
6
6
7
7
remapped :
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
10
10
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
13
13
14
14
packed :
15
15
$(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