mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 07:08:59 +00:00
10 lines
363 B
Text
10 lines
363 B
Text
# RUN: yaml2obj < %p/Inputs/pdb1.yaml > %t1.obj
|
|
# RUN: yaml2obj < %p/Inputs/pdb2.yaml > %t2.obj
|
|
# RUN: rm -f %t.dll %t.pdb
|
|
# RUN: lld-link /debug /pdb:%t.pdb /dll /out:%t.dll \
|
|
# RUN: /entry:main /nodefaultlib %t1.obj %t2.obj
|
|
|
|
# RUN: llvm-pdbutil dump -types -type-extras %t.pdb | FileCheck %s
|
|
|
|
CHECK: Hash Key Size: 4
|
|
CHECK-NEXT: Num Hash Buckets: 262143
|