hanchenye-llvm-project/compiler-rt
Renato Golin fc1ccec9bb [RT ARM] Avoid Linux include with a redefinition
To avoid depending on kernel headers, we just repeat the single define
we need, which is likely never going to change.

Patch by Joakim Sindholt <opensource@zhasha.com>

llvm-svn: 295738
2017-02-21 17:40:26 +00:00
..
cmake Enable PROFILE, TSAN and UBSAN for Android 2017-02-18 01:12:55 +00:00
docs
include [XRay][compiler-rt] XRay Flight Data Recorder Mode 2017-01-25 03:50:46 +00:00
lib [RT ARM] Avoid Linux include with a redefinition 2017-02-21 17:40:26 +00:00
test [compiler-rt][asan] Add support for desallocation of unhandled pointers 2017-02-21 16:09:38 +00:00
unittests [lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part, take 2] 2017-01-20 00:25:01 +00:00
www
.arcconfig
.gitignore
CMakeLists.txt [sanitizer] Re-enable -fno-function-sections for powerpc64le 2017-01-30 22:31:49 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
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.

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