summaryrefslogtreecommitdiffstats
path: root/lld/test/COFF/invalid-debug.test
blob: 67f794f8b1b3543462dcaba26b98ec8ed8d81fe3 (plain)
1
2
3
4
5
6
# RUN: yaml2obj < %p/Inputs/pdb1.yaml > %t1.obj
# RUN: yaml2obj < %p/Inputs/pdb2.yaml > %t2.obj
# RUN: not lld-link /debug /debug:invalid /pdb:%t.pdb /dll /out:%t.dll /entry:main /nodefaultlib \
# RUN:   %t1.obj %t2.obj 2>&1 | FileCheck %s

# CHECK: /debug: unknown option: invalid
OpenPOWER on IntegriCloud