llvm-project/compiler-rt
Evgenii Stepanov 961d48df28 Disable exceptions in libfuzzer's copy of libcxxabi.
External project configuration for libcxxabi now has exceptions on by
default, but this is not needed for libfuzzer.
2019-11-01 10:05:59 -07:00
..
cmake [compiler-rt] Use xcrun instead of xcodebuild to find the SDK directory 2019-10-31 21:17:56 +00:00
docs
include [asan] Provide an interface to update an allocation stack trace. 2019-10-31 13:54:46 -07:00
lib Disable exceptions in libfuzzer's copy of libcxxabi. 2019-11-01 10:05:59 -07:00
test [profile] Add a mode to continuously sync counter updates to a file 2019-10-31 16:04:09 -07:00
tools Add GWP-ASan fuzz target to compiler-rt/tools. 2019-08-27 18:28:07 +00:00
unittests
utils
www [www] Change URLs to HTTPS. 2019-10-24 13:25:15 -07:00
.arcconfig
.gitignore
CMakeLists.txt Fix lld detection in standalone compiler-rt. 2019-10-24 14:46:10 -07: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.

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