[PATCH] Indirect call target profiling compiler-rt changes

David davidxl at google.com
Wed May 13 10:49:30 PDT 2015


================
Comment at: lib/profile/InstrProfiling.c:28
@@ -26,3 +27,3 @@
     (uint64_t)255 << 56 |
-    (uint64_t)'l' << 48 |
+    (uint64_t)'v' << 48 |
     (uint64_t)'p' << 40 |
----------------
Update the comments with the change.

http://reviews.llvm.org/D9009

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list