[PATCH] D85948: [HeapProf] Clang and LLVM support for heap profiling instrumentation
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 14 18:11:48 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/Instrumentation/HeapProfiling/basic.ll:1
+; Test basic address sanitizer instrumentation.
+;
----------------
The implementation file is HeapProfiler.cpp
Naming the test directory `Heapprofiler` can reduce the number of terms people have to memorize.
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