[PATCH] D133157: Add -fsanitizer-coverage=control-flow

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 15 15:54:58 PDT 2022


vitalybuka added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp:155
+                cl::desc("collect control flow for each function"), cl::Hidden,
+                cl::init(false));
+
----------------
MaskRay wrote:
> false can be removed
I'll keep it for  consistency with the rest of file


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133157



More information about the cfe-commits mailing list