[PATCH] D119816: [SanitizerBounds] Add support for NoSanitizeBounds function
Tong Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 24 11:09:54 PST 2022
ztong0001 updated this revision to Diff 411191.
ztong0001 added a comment.
Thank you, Marco! I have made the following changes:
- extend clang/test/CodeGen/bounds-checking.c to include additional test for newly added nosanitize_bounds attribute
- added a new pure IR test in llvm/test/Instrumentation/BoundsChecking/nosanitize-bounds.ll to test if the new attribute will prevent BoundsChecking pass running on the function
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119816/new/
https://reviews.llvm.org/D119816
Files:
clang/lib/CodeGen/CodeGenFunction.cpp
clang/test/CodeGen/bounds-checking.c
clang/test/CodeGen/sanitize-coverage.c
llvm/bindings/go/llvm/ir_test.go
llvm/docs/BitCodeFormat.rst
llvm/docs/LangRef.rst
llvm/include/llvm/AsmParser/LLToken.h
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/include/llvm/IR/Attributes.td
llvm/lib/AsmParser/LLLexer.cpp
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
llvm/lib/Transforms/Utils/CodeExtractor.cpp
llvm/test/Bitcode/attributes.ll
llvm/test/Bitcode/compatibility.ll
llvm/test/Instrumentation/BoundsChecking/nosanitize-bounds.ll
llvm/utils/emacs/llvm-mode.el
llvm/utils/llvm.grm
llvm/utils/vim/syntax/llvm.vim
llvm/utils/vscode/llvm/syntaxes/ll.tmLanguage.yaml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119816.411191.patch
Type: text/x-patch
Size: 12503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220224/6d34ff01/attachment.bin>
More information about the cfe-commits
mailing list