[PATCH] D32198: [TySan] A Type Sanitizer (LLVM)
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 04:18:42 PDT 2022
fhahn updated this revision to Diff 434425.
fhahn added a comment.
Address latest comments. Also remove calls to deprecated getPointerElementType, remove legacy pass, update test to use opqaue pointers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D32198/new/
https://reviews.llvm.org/D32198
Files:
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/include/llvm/IR/Attributes.td
llvm/include/llvm/Transforms/Instrumentation/TypeSanitizer.h
llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/CodeGen/ShrinkWrap.cpp
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
llvm/lib/Transforms/Instrumentation/CMakeLists.txt
llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
llvm/lib/Transforms/Utils/CodeExtractor.cpp
llvm/test/Instrumentation/TypeSanitizer/basic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32198.434425.patch
Type: text/x-patch
Size: 62302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220606/d7430fca/attachment-0001.bin>
More information about the llvm-commits
mailing list