[PATCH] D21056: [profile] in-process profile merging support Part-3

David Li via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 09:35:36 PDT 2016


davidxl marked 4 inline comments as done.

================
Comment at: lib/profile/InstrProfilingInternal.h:160
@@ +159,3 @@
+/* Return the profile header 'signature' value associated with the current
+ * executation or shared library. The signature value can be used to for
+ * a profile name that is unique to this load module so that it does not
----------------
silvas wrote:
> I think you meant "executable" instead of "executation".
Fixed.


http://reviews.llvm.org/D21056





More information about the llvm-commits mailing list