[PATCH] D21393: [pdbdump] Verify LF_{CLASS, ENUM, INTERFACE, STRUCTURE, UNION} records with different hash function.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 11:52:44 PDT 2016


ruiu added a comment.

Actually, empty.pdb has type records that uses this hash function, so if it's broken the test would break. You can confirm that by returning some random value from hashBufferV8. Do we need more tests?


http://reviews.llvm.org/D21393





More information about the llvm-commits mailing list