[PATCH] D20611: pdbdump: fix bug in name hash table.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 21:03:35 PDT 2016
zturner accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: test/DebugInfo/PDB/pdbdump-headers.test:34
@@ -33,2 +33,3 @@
; EMPTY-NEXT: d:\src\llvm\test\debuginfo\pdb\inputs\empty.cpp
+; EMPTY-NEXT: $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + =
; EMPTY-NEXT: ]
----------------
I thought this was going to explain why Name Count was printing 4, but we were only printing 2 actual entries. Is there supposed to be a 4th one?
http://reviews.llvm.org/D20611
More information about the llvm-commits
mailing list