[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / COFF / invalid-debug-type.test
blob75a9bd1aa1177bff43f01a639e313ab34076687b
1 # RUN: yaml2obj %p/Inputs/pdb1.yaml -o %t1.obj
2 # RUN: yaml2obj %p/Inputs/pdb2.yaml -o %t2.obj
3 # RUN: lld-link /debug /debugtype:invalid /pdb:%t.pdb /dll /out:%t.dll \
4 # RUN:     /entry:main /nodefaultlib %t1.obj %t2.obj 2>&1 | FileCheck %s
5 # CHECK: /debugtype: unknown option 'invalid'
7 # RUN: lld-link /debug /debugtype:invalid,foo /pdb:%t.pdb /dll /out:%t.dll \
8 # RUN:     /entry:main /nodefaultlib %t1.obj %t2.obj 2>&1 | \
9 # RUN:     FileCheck --check-prefix=TWO %s
10 # TWO: /debugtype: unknown option 'invalid'
11 # TWO: /debugtype: unknown option 'foo'