11 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.dll %t.pdb4# RUN: lld-link /debug /pdb:%t.pdb /dll /out:%t.dll \5# RUN: /entry:main /nodefaultlib %t1.obj %t2.obj6 7# RUN: llvm-pdbutil dump -types -type-extras %t.pdb | FileCheck %s8 9CHECK: Hash Key Size: 410CHECK-NEXT: Num Hash Buckets: 26214311