[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / COFF / debug-fastlink.test
blobec5c2cd400f4d4c0bc7a82ffcd50b1a1b5e7fdc9
1 # RUN: yaml2obj %p/Inputs/pdb1.yaml -o %t1.obj
2 # RUN: yaml2obj %p/Inputs/pdb2.yaml -o %t2.obj
4 ; If /DEBUG:FASTLINK is specified, /DEBUG:FULL is used instead
5 # RUN: rm -f %t.pdb
6 # RUN: lld-link /DEBUG /pdb:%t.pdb /DEBUG:FASTLINK /entry:main /nodefaultlib %t1.obj %t2.obj \
7 # RUN: 2>&1 | FileCheck %s
9 # CHECK: /debug:fastlink unsupported; using /debug:full
11 # RUN: ls %t.pdb