[PATCH] D77637: [part 2] sancov/inline-bool-flag clang flags.

Pratyai Mazumder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 7 04:49:46 PDT 2020


pratyai created this revision.
pratyai added reviewers: kcc, vitalybuka.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
pratyai updated this revision to Diff 255638.

(must follow part 1: https://reviews.llvm.org/D77244)

In the previous part, we implemented the instrumentation of sancov/inline-bool-flag.

Here, we're wiring the instrumentation to the compiler (mostly following the pattern of `inline-8bit-counters`).

One test in compiler-rt/... will be added in a subsequent diff (as discussed in part-1[D77244 <https://reviews.llvm.org/D77244>] comments).


Repository:
  rG LLVM Github Monorepo

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.255638.patch
Type: text/x-patch
Size: 16313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200407/d5b0d61a/attachment-0001.bin>


More information about the cfe-commits mailing list