[PATCH] D52283: [PDB] Add the ability to resolve forward references

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 19 16:38:06 PDT 2018


zturner added a comment.

I can probably also just use the pdb::HashTable class where the key is the
actual hash value. I’ll go with the vector first since it’s simple and
obviously correct then try to change it to something more efficient in a
followup


https://reviews.llvm.org/D52283





More information about the llvm-commits mailing list