[PATCH] D15626: Add iOS/watchOS/tvOS support for ASan (compiler-rt part)

Anna Zaks via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 12:50:37 PST 2015


zaks.anna created this revision.
zaks.anna added reviewers: llvm-commits, kcc, samsonov, glider.
zaks.anna added subscribers: kubabrecka, beanz.

This change along with the corresponding changes in clang (http://reviews.llvm.org/D15624) and llvm (http://reviews.llvm.org/D15625) completes ASan support for iOS/watchOS/tvOS. 

(Many parts of this were conributed by Kuba Brecka and the build system was rewritten by Chris Bieneman.)

http://reviews.llvm.org/D15626

Files:
  cmake/Modules/CompilerRTDarwinUtils.cmake
  cmake/config-ix.cmake
  lib/asan/asan_internal.h
  lib/asan/asan_mac.cc
  lib/asan/asan_mapping.h
  lib/builtins/CMakeLists.txt
  lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
  lib/sanitizer_common/sanitizer_mac.cc
  lib/sanitizer_common/sanitizer_platform.h
  lib/sanitizer_common/sanitizer_posix.cc
  lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15626.43175.patch
Type: text/x-patch
Size: 14867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151217/b9e6e955/attachment.bin>


More information about the llvm-commits mailing list