[PATCH] D31629: [codeview] Cope with unsorted streams in type merging

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 16:14:12 PDT 2017


ruiu added a comment.

Do you need multiple scans? I wonder if you can keep type records that were not resolved in the first pass in a map or something and backfill them once we visit all type records.


https://reviews.llvm.org/D31629





More information about the llvm-commits mailing list