reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
# RUN: yaml2obj < %p/Inputs/pdb1.yaml > %t1.obj
# RUN: yaml2obj < %p/Inputs/pdb2.yaml > %t2.obj
# RUN: lld-link /debug /debugtype:invalid /pdb:%t.pdb /dll /out:%t.dll \
# RUN:     /entry:main /nodefaultlib %t1.obj %t2.obj 2>&1 | FileCheck %s
# CHECK: /debugtype: unknown option 'invalid'

# RUN: lld-link /debug /debugtype:invalid,foo /pdb:%t.pdb /dll /out:%t.dll \
# RUN:     /entry:main /nodefaultlib %t1.obj %t2.obj 2>&1 | \
# RUN:     FileCheck --check-prefix=TWO %s
# TWO: /debugtype: unknown option 'invalid'
# TWO: /debugtype: unknown option 'foo'