[PATCH] D35163: [PDB] Enable NativeSession to create symbols for built-in types on demand

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 10:27:40 PDT 2017


zturner added a comment.

Ok I think I get it.  There's a distinction between "sym index id" (DIA terminology) and "type index" (codeview terminology) that I think is getting lost here.  Can we make a typedef for SymIndexId (call it something else if you need to, since that would conflict with DIA typedefs.  Like `PDB_SymId`.  Then have this function return a `PDB_SymId` and accept a `codeview::TypeIndex`?


https://reviews.llvm.org/D35163





More information about the llvm-commits mailing list