16 lines · plain
1# RUN: yaml2obj %p/Inputs/pdb1.yaml -o %t1.obj2# RUN: yaml2obj %p/Inputs/pdb2.yaml -o %t2.obj3# RUN: rm -f %t.pdb %t.dll4# RUN: lld-link /debug /debugtype:pdata /pdb:%t.pdb /dll /out:%t.dll /entry:main /nodefaultlib \5# RUN: %t1.obj %t2.obj6 7# RUN: llvm-pdbutil pdb2yaml -pdb-stream %t.pdb | FileCheck %s8 9# CHECK: PdbStream:10# CHECK-NEXT: Age: 111# CHECK-NEXT: Guid:12# CHECK-NEXT: Signature:13# CHECK-NEXT: Features: [ VC140 ]14# CHECK-NEXT: Version: VC7015 16