hanchenye-llvm-project/compiler-rt
Matt Morehouse 7764a04af0 [libFuzzer] Don't short-circuit from CrashCallback.
Short-circuiting causes tests to fail on Mac since libFuzzer crashes
rather than exiting with an error code when an unexpected signal
happens.

llvm-svn: 331324
2018-05-02 02:55:28 +00:00
..
cmake Revert "[CMake] Make simple source used for CMake checks a C file" 2018-04-27 01:25:32 +00:00
docs
include [libFuzzer] Report at most one crash per input. 2018-05-01 21:01:53 +00:00
lib [libFuzzer] Don't short-circuit from CrashCallback. 2018-05-02 02:55:28 +00:00
test [libFuzzer] Report at most one crash per input. 2018-05-01 21:01:53 +00:00
unittests Allow compiler-rt test targets to work with multi-config CMake generators 2017-11-13 12:57:54 +00:00
utils Remove more references to ptrace_pt_{g,s}et_sigmask 2018-03-03 18:41:38 +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 Add .pyc files to .gitignore to compiler-rt 2017-07-24 21:51:12 +00:00
CMakeLists.txt Enable full debug info in the ASan runtime on Windows 2018-04-26 20:34:19 +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.

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