annotate lld/test/COFF/pdb-tpi-hash-size.test @ 192:d7606dcf6fce

Added tag llvm10 for changeset 0572611fdcc8
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 14 Dec 2020 18:01:34 +0900
parents 1d019706d866
children 2e18cbf3894f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 # RUN: yaml2obj < %p/Inputs/pdb1.yaml > %t1.obj
anatofuz
parents:
diff changeset
2 # RUN: yaml2obj < %p/Inputs/pdb2.yaml > %t2.obj
anatofuz
parents:
diff changeset
3 # RUN: rm -f %t.dll %t.pdb
anatofuz
parents:
diff changeset
4 # RUN: lld-link /debug /pdb:%t.pdb /dll /out:%t.dll \
anatofuz
parents:
diff changeset
5 # RUN: /entry:main /nodefaultlib %t1.obj %t2.obj
anatofuz
parents:
diff changeset
6
anatofuz
parents:
diff changeset
7 # RUN: llvm-pdbutil dump -types -type-extras %t.pdb | FileCheck %s
anatofuz
parents:
diff changeset
8
anatofuz
parents:
diff changeset
9 CHECK: Hash Key Size: 4
anatofuz
parents:
diff changeset
10 CHECK-NEXT: Num Hash Buckets: 262143