Lines Matching full:pdb
4 ; If /DEBUG is not specified, /pdb is ignored.
5 # RUN: rm -f %t.pdb
6 # RUN: lld-link /pdb:%t.pdb /entry:main /nodefaultlib %t1.obj %t2.obj
7 # RUN: not ls %t.pdb
9 ; If /DEBUG:NONE is specified after /DEBUG, /pdb is ignored.
10 # RUN: rm -f %t.pdb
11 # RUN: lld-link /DEBUG /pdb:%t.pdb /DEBUG:NONE /entry:main /nodefaultlib %t1.obj %t2.obj
12 # RUN: not ls %t.pdb
14 ; If /DEBUG and /pdb are specified, it uses the specified name.
15 # RUN: lld-link /DEBUG /pdb:%t.pdb /entry:main /nodefaultlib %t1.obj %t2.obj
16 # RUN: ls %t.pdb
17 # RUN: rm %t.pdb
19 ; If /DEBUG is specified but not /pdb, it uses a default name in the current
24 # RUN: ls %t1.pdb