You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
499 B
16 lines
499 B
# RUN: yaml2obj %p/Inputs/pdb1.yaml -o %t1.obj
|
|
# RUN: yaml2obj %p/Inputs/pdb2.yaml -o %t2.obj
|
|
# RUN: rm -f %t.pdb %t.dll
|
|
# RUN: lld-link /debug /debugtype:pdata /pdb:%t.pdb /dll /out:%t.dll /entry:main /nodefaultlib \
|
|
# RUN: %t1.obj %t2.obj
|
|
|
|
# RUN: llvm-pdbutil pdb2yaml -pdb-stream %t.pdb | FileCheck %s
|
|
|
|
# CHECK: PdbStream:
|
|
# CHECK-NEXT: Age: 1
|
|
# CHECK-NEXT: Guid:
|
|
# CHECK-NEXT: Signature:
|
|
# CHECK-NEXT: Features: [ VC140 ]
|
|
# CHECK-NEXT: Version: VC70
|
|
|