[PATCH] D113447: [sancov] add tracing for loads and store

Kostya Serebryany via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 9 10:26:46 PST 2021


kcc updated this revision to Diff 385883.
kcc added a comment.

addressed review comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113447

Files:
  clang/docs/SanitizerCoverage.rst
  clang/include/clang/Basic/CodeGenOptions.def
  clang/include/clang/Basic/CodeGenOptions.h
  clang/include/clang/Driver/Options.td
  clang/lib/CodeGen/BackendUtil.cpp
  clang/lib/Driver/SanitizerArgs.cpp
  clang/test/Driver/fsanitize-coverage.c
  compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_loads_stores.cpp
  llvm/include/llvm/Transforms/Instrumentation.h
  llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  llvm/test/Instrumentation/SanitizerCoverage/trace-loads-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113447.385883.patch
Type: text/x-patch
Size: 21440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211109/b33e4f83/attachment-0001.bin>


More information about the cfe-commits mailing list