[PATCH] D35026: [Sanitizers] Consolidate internal errno definitions.

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 5 11:31:45 PDT 2017


alekseyshl created this revision.
Herald added subscribers: mgorny, kubamracek, srhines.

Move internal errno definitions to common to be shared by all sanitizers
and to be used by allocators.


https://reviews.llvm.org/D35026

Files:
  lib/msan/msan_interceptors.cc
  lib/sanitizer_common/CMakeLists.txt
  lib/sanitizer_common/sanitizer_common_interceptors.inc
  lib/sanitizer_common/sanitizer_errno.cc
  lib/sanitizer_common/sanitizer_errno.h
  lib/sanitizer_common/sanitizer_errno.inc
  lib/sanitizer_common/sanitizer_platform_limits_posix.cc
  lib/sanitizer_common/sanitizer_platform_limits_posix.h
  lib/sanitizer_common/tests/CMakeLists.txt
  lib/sanitizer_common/tests/sanitizer_errno_test.cc
  lib/tsan/rtl/tsan_interceptors.cc
  lib/tsan/rtl/tsan_platform_linux.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35026.105313.patch
Type: text/x-patch
Size: 12419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170705/4129f636/attachment.bin>


More information about the llvm-commits mailing list