[PATCH] D23106: [Profile] introduce interface __llvm_profile_dump

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 11:03:09 PDT 2016


vsk added a comment.

Neat! The test looks good.


================
Comment at: lib/profile/InstrProfiling.c:81
@@ -70,2 +80,3 @@
   }
+  ProfileDumped = 0;
 }
----------------
Should probably also be cleared when llvm_prof_set_filename() or llvm_profile_merge_from_buffer() are called.


https://reviews.llvm.org/D23106





More information about the llvm-commits mailing list