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 |
rev |
line source |
150
|
1 # RUN: yaml2obj < %p/Inputs/pdb1.yaml > %t1.obj
|
|
2 # RUN: yaml2obj < %p/Inputs/pdb2.yaml > %t2.obj
|
|
3 # RUN: rm -f %t.dll %t.pdb
|
|
4 # RUN: lld-link /debug /pdb:%t.pdb /dll /out:%t.dll \
|
|
5 # RUN: /entry:main /nodefaultlib %t1.obj %t2.obj
|
|
6
|
|
7 # RUN: llvm-pdbutil dump -types -type-extras %t.pdb | FileCheck %s
|
|
8
|
|
9 CHECK: Hash Key Size: 4
|
|
10 CHECK-NEXT: Num Hash Buckets: 262143
|