[PATCH] D20122: [codeview] Add type stream merging prototype
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Thu May 12 17:11:48 PDT 2016
rnk added a comment.
Hm, the latest changes to TypeVisitor made this a lot, lot harder. With the old visitor, I duplicated a lot of the layout knowledge, but now I'm having a hard time remapping all the type indices because the current high level record types are immutable.
http://reviews.llvm.org/D20122
More information about the llvm-commits
mailing list