[PATCH] D32197: [TySan] A Type Sanitizer (Runtime Library)
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 3 20:45:49 PDT 2017
hfinkel updated this revision to Diff 117621.
hfinkel added a comment.
Rebased (and fixed address mappings for (big-Endian) ppc64).
https://reviews.llvm.org/D32197
Files:
cmake/config-ix.cmake
lib/tysan/CMakeLists.txt
lib/tysan/tysan.cc
lib/tysan/tysan.h
lib/tysan/tysan.syms.extra
lib/tysan/tysan_flags.inc
lib/tysan/tysan_interceptors.cc
lib/tysan/tysan_platform.h
test/tysan/CMakeLists.txt
test/tysan/anon-ns.cpp
test/tysan/anon-same-struct.c
test/tysan/anon-struct.c
test/tysan/basic.c
test/tysan/char-memcpy.c
test/tysan/global.c
test/tysan/int-long.c
test/tysan/lit.cfg
test/tysan/lit.site.cfg.in
test/tysan/ptr-float.c
test/tysan/struct-offset.c
test/tysan/struct.c
test/tysan/union-wr-wr.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32197.117621.patch
Type: text/x-patch
Size: 41870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171004/76787de0/attachment.bin>
More information about the llvm-commits
mailing list