[PATCH] D77637: [SanitizerCoverage] Add -fsanitize-coverage=inline-bool-flag
Pratyai Mazumder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 9 01:36:13 PDT 2020
pratyai updated this revision to Diff 256211.
pratyai added a comment.
Was unintentionally enabling the bool-flag coverage in SanitizerArgs.cpp before (line#383, `if (Add & SanitizerKind::FuzzerNoLink) { CoverageFeatures |= ... }`
Couldn't catch it before because `cmake -G Ninja ../llvm` didn't generate check-fuzzer target for me. Is there any option to enable fuzzer target generation?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77637/new/
https://reviews.llvm.org/D77637
Files:
clang/docs/SanitizerCoverage.rst
clang/include/clang/Basic/CodeGenOptions.def
clang/include/clang/Driver/CC1Options.td
clang/include/clang/Driver/Options.td
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/Driver/SanitizerArgs.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/Driver/autocomplete.c
clang/test/Driver/fsanitize-coverage.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77637.256211.patch
Type: text/x-patch
Size: 15791 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200409/85952a71/attachment-0001.bin>
More information about the cfe-commits
mailing list