[PATCH] D32197: [TySan] A Type Sanitizer (Runtime Library)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 12:34:57 PST 2023


fhahn updated this revision to Diff 504259.
fhahn marked 3 inline comments as done.
fhahn added a comment.

Address comments, remove ifdef code for ppc and adjust shadow-memory used on ARM64 macOS.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D32197

Files:
  compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
  compiler-rt/cmake/config-ix.cmake
  compiler-rt/lib/tysan/CMakeLists.txt
  compiler-rt/lib/tysan/lit.cfg
  compiler-rt/lib/tysan/lit.site.cfg.in
  compiler-rt/lib/tysan/tysan.cpp
  compiler-rt/lib/tysan/tysan.h
  compiler-rt/lib/tysan/tysan.syms.extra
  compiler-rt/lib/tysan/tysan_flags.inc
  compiler-rt/lib/tysan/tysan_interceptors.cpp
  compiler-rt/lib/tysan/tysan_platform.h
  compiler-rt/lib/tysan/weak_symbols.txt
  compiler-rt/test/tysan/CMakeLists.txt
  compiler-rt/test/tysan/anon-ns.cpp
  compiler-rt/test/tysan/anon-same-struct.c
  compiler-rt/test/tysan/anon-struct.c
  compiler-rt/test/tysan/basic.c
  compiler-rt/test/tysan/char-memcpy.c
  compiler-rt/test/tysan/global.c
  compiler-rt/test/tysan/int-long.c
  compiler-rt/test/tysan/lit.cfg.py
  compiler-rt/test/tysan/lit.site.cfg.py.in
  compiler-rt/test/tysan/ptr-float.c
  compiler-rt/test/tysan/struct-offset-multiple-compilation-units.cpp
  compiler-rt/test/tysan/struct-offset.c
  compiler-rt/test/tysan/struct.c
  compiler-rt/test/tysan/union-wr-wr.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32197.504259.patch
Type: text/x-patch
Size: 50891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230310/f21c6454/attachment.bin>


More information about the llvm-commits mailing list