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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 16:16:12 PDT 2020


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/HeapProfiler.cpp:563
+    return false;
+  if (!ClDebugFunc.empty() && ClDebugFunc == F.getName())
+    return false;
----------------
`ClDebugFunc != F.getName()`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85948



More information about the llvm-commits mailing list