hanchenye-llvm-project/compiler-rt
Kamil Rytarowski a14b908381 Switch sanitizer_procmaps_bsd to internal_sysctl
Summary:
Stop using directly sysctl(3) routines in sanitizer_procmaps_bsd
and replace it with internal_sysctl().

This will allow to install interceptors for sysctl(3).

Reviewers: joerg, vitalybuka

Reviewed By: vitalybuka

Subscribers: kubamracek, llvm-commits, #sanitizers

Tags: #sanitizers

Differential Revision: https://reviews.llvm.org/D52646

llvm-svn: 343370
2018-09-29 07:45:03 +00:00
..
cmake [compiler-rt][cmake][mips] Use -mabi option to select target architecture 2018-09-27 07:17:00 +00:00
docs
include [XRay] Remove the deprecated __xray_log_init API 2018-09-15 02:55:42 +00:00
lib Switch sanitizer_procmaps_bsd to internal_sysctl 2018-09-29 07:45:03 +00:00
test Revert r342652 "[winasan] Unpoison the stack in NtTerminateThread" 2018-09-28 14:41:25 +00:00
unittests [XRay] Add LD_LIBRARY_PATH to env variables for Unit Tests 2018-09-27 23:15:05 +00:00
utils [sanitizer] Cleanup sorting functions 2018-05-09 20:42:11 +00:00
www
.arcconfig [compiler-rt] Set up .arcconfig to point to new Diffusion CRT repository 2017-12-06 20:55:32 +00:00
.gitignore
CMakeLists.txt [CMake] [MinGW] Build address sanitizer for MinGW if building with clang 2018-09-26 06:53:01 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
README.txt

README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================