[PATCH] D32198: [TySan] A Type Sanitizer (LLVM)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 04:58:40 PDT 2022


fhahn updated this revision to Diff 435507.
fhahn added a comment.

Only set comdat for globals for ELF, append to globals array.


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.435507.patch
Type: text/x-patch
Size: 62442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220609/b4cee218/attachment.bin>


More information about the llvm-commits mailing list