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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits