File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/run-make/pdb-alt-path Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ include ../tools.mk
44
55all :
66 # Test that we don't have the full path to the PDB file in the binary
7- $(RUSTC ) main.rs -g --crate-name my_crate_name --crate-type bin
7+ $(RUSTC ) main.rs -g --crate-name my_crate_name --crate-type bin -Cforce-frame-pointers
88 $(CGREP ) " my_crate_name.pdb" < $(TMPDIR ) /my_crate_name.exe
99 $(CGREP ) -v " \\ my_crate_name.pdb" < $(TMPDIR ) /my_crate_name.exe
1010
1515 $(CGREP) "pdb-alt-path\\main.rs:2" < $(TMPDIR)/backtrace.txt
1616
1717 # Test that explicitly passed `-Clink-arg=/PDBALTPATH:...` is respected
18- $(RUSTC) main.rs -g --crate-name my_crate_name --crate-type bin -Clink-arg=/PDBALTPATH:abcdefg.pdb
18+ $(RUSTC) main.rs -g --crate-name my_crate_name --crate-type bin -Clink-arg=/PDBALTPATH:abcdefg.pdb -Cforce-frame-pointers
1919 $(CGREP) "abcdefg.pdb" < $(TMPDIR)/my_crate_name.exe
2020 $(CGREP) -v "my_crate_name.pdb" < $(TMPDIR)/my_crate_name.exe
You can’t perform that action at this time.
0 commit comments