llvm-capstone/compiler-rt
Matt Morehouse e911a5d356 [libFuzzer] Remove const from ignoreRemainingArgs return value.
In this case const does nothing but trigger a warning.

llvm-svn: 319685
2017-12-04 20:06:52 +00:00
..
cmake [compiler-rt] Add install-*-stripped targets 2017-12-01 19:06:29 +00:00
docs
include [XRay][compiler-rt] Migrate basic mode logging to the XRay framework 2017-11-21 07:29:21 +00:00
lib [libFuzzer] Remove const from ignoreRemainingArgs return value. 2017-12-04 20:06:52 +00:00
test [ASan] Disable invalid-pointer-pairs-threads.cc on Darwin. 2017-12-04 19:40:39 +00:00
unittests Allow compiler-rt test targets to work with multi-config CMake generators 2017-11-13 12:57:54 +00:00
www
.arcconfig
.gitignore Add .pyc files to .gitignore to compiler-rt 2017-07-24 21:51:12 +00:00
CMakeLists.txt [compiler-rt] Remove out of date comment 2017-12-01 19:06:30 +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.

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