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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 15 15:52:49 PDT 2022


MaskRay accepted this revision.
MaskRay added inline comments.
Herald added a subscriber: StephenFan.


================
Comment at: llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp:155
+                cl::desc("collect control flow for each function"), cl::Hidden,
+                cl::init(false));
+
----------------
false can be removed


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