[PATCH] D19840: Parse and dump PDB TPI Stream

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 16:22:58 PDT 2016


zturner added inline comments.

================
Comment at: include/llvm/DebugInfo/PDB/Raw/TpiStream.h:22
@@ +21,3 @@
+
+typedef uint32_t(__fastcall *HashFunctionType)(uint8_t *, uint32_t);
+
----------------
ruiu wrote:
> Why do you need __fastcall here?
This was the calling convention in the reference implementation, but you're right, as long as I control both ends it's not important.


http://reviews.llvm.org/D19840





More information about the llvm-commits mailing list