[PATCH] D85948: [HeapProf] Clang and LLVM support for heap profiling instrumentation

David Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 13 22:25:50 PDT 2020


davidxl added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/HeapProfiler.cpp:512
+
+int ModuleHeapProfiler::GetHeapProfVersion(const Module &M) const { return 1; }
+
----------------
define a macro for the version number?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85948/new/

https://reviews.llvm.org/D85948



More information about the cfe-commits mailing list