Lines Matching full:pdb
1 # Check that /debug creates %t.pdb.
2 # RUN: rm -f %t.pdb
4 # RUN: ls %t.pdb
6 # Check that /debug:dwarf does not create %t.pdb.
7 # RUN: rm -f %t.pdb
9 # RUN: not ls %t.pdb
11 # Check that /debug:dwarf /debug creates %t.pdb.
12 # RUN: rm -f %t.pdb
14 # RUN: ls %t.pdb
16 # Check that /debug:dwarf /pdb:%t.pdb does not create %t.pdb.
17 # RUN: rm -f %t.pdb
18 # RUN: lld-link /debug:dwarf /pdb:%t.pdb /entry:main /out:%t.exe %p/Inputs/ret42.obj
19 # RUN: not ls %t.pdb