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

Teresa Johnson via lldb-commits lldb-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 lldb-commits mailing list