llvm/compiler-rt
Julian Lettner bba38de50c [compile-rt] Reduce #ifdef noise for ptrauth
Create a sanitizer_ptrauth.h header that #includes <ptrauth> when
available and defines just the required macros as "no ops" otherwise.
This should avoid the need for excessive #ifdef'ing.

Follow-up to and discussed in: https://reviews.llvm.org/D79132

Reviewed By: delcypher

Differential Revision: https://reviews.llvm.org/D79540
2020-05-11 09:47:21 -07:00
..
cmake build: use Python3 for compiler-rt 2020-04-28 17:29:04 +00:00
docs
include
lib [compile-rt] Reduce #ifdef noise for ptrauth 2020-05-11 09:47:21 -07:00
test [gcov] Temporarily unsupport host-byteorder-big-endian 2020-05-10 11:17:17 -07:00
tools
unittests
utils
www
.gitignore
CMakeLists.txt build: use Python3 for compiler-rt 2020-04-28 17:29:04 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.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.

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