[PATCH] D34432: [PDB] Add symbols to the PDB
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 17:41:20 PDT 2017
zturner added a comment.
Since we already merge type streams, can you write a test that verifies that these are re-written correctly after linking? Right now the only symbols in the merged type stream have simple type indices (e.g. `int`), it would be nice to see some symbols in there that refer to non-simple types that have moved around during the type merging process.
https://reviews.llvm.org/D34432
More information about the llvm-commits
mailing list