[PATCH] D77244: [part 1] sancov/inline-bool-flag instrumentation.

Pratyai Mazumder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 8 21:03:00 PDT 2020


pratyai updated this revision to Diff 256175.
pratyai added a comment.

oops; forgot that dropping the `alignment == 1 ? 1 : alignment / 8` bit off this diff wouldn't work with build.

(running a --check-llvm, but it's a bit slow; if things break I'll update again)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77244

Files:
  llvm/include/llvm/Transforms/Instrumentation.h
  llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  llvm/test/Instrumentation/SanitizerCoverage/coff-pc-table-inline-bool-flag.ll
  llvm/test/Instrumentation/SanitizerCoverage/inline-bool-flag.ll
  llvm/test/Instrumentation/SanitizerCoverage/pc-table.ll
  llvm/test/Instrumentation/SanitizerCoverage/trace-pc-guard-inline-bool-flag.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77244.256175.patch
Type: text/x-patch
Size: 12686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200409/c6f39a13/attachment.bin>


More information about the cfe-commits mailing list