[clang-tools-extra] [compiler-rt] [lldb] [llvm] [Memprof] Adds the option to collect AccessCountHistograms for memprof. (PR #94264)

Teresa Johnson via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 21 15:27:15 PDT 2024


================
@@ -508,7 +519,26 @@ void createProfileFileNameVar(Module &M) {
   }
 }
 
+// Set MemprofHistogramFlag as a Global veriable in IR. This makes it accessible
+// to
----------------
teresajohnson wrote:

nit: fix line wrapping

https://github.com/llvm/llvm-project/pull/94264


More information about the cfe-commits mailing list