hanchenye-llvm-project/compiler-rt
Justin Bogner efa6197ab7 Use the newer python syntax for exceptions
We've dropped support for python 2.5, so now we can use the forward
compatible "except ... as" syntax.

llvm-svn: 224181
2014-12-13 02:46:56 +00:00
..
SDKs Build Darwin libclang_rt libraries against real SDKs. 2014-11-10 19:38:15 +00:00
cmake [DFSAN][MIPS] adding support of DFSAN for MIPS64 2014-12-05 21:22:36 +00:00
include [DFSan] Add flag to dump the labels when the program terminates. 2014-11-20 10:01:08 +00:00
lib [Sanitizer] Introduce Allocator::may_return_null bool flag. 2014-12-12 20:07:35 +00:00
make [asan] Remove the local copy of Android ucontext.h. 2014-11-28 10:37:44 +00:00
test Use the newer python syntax for exceptions 2014-12-13 02:46:56 +00:00
unittests Use the newer python syntax for exceptions 2014-12-13 02:46:56 +00:00
www
.arcconfig
.gitignore
CMakeLists.txt [asan] Remove the local copy of Android ucontext.h. 2014-11-28 10:37:44 +00:00
CODE_OWNERS.TXT
CREDITS.TXT Add Guan-Hong Liu. 2014-06-16 08:38:19 +00:00
LICENSE.TXT
Makefile
README.txt Moved the builtins documentation to lib/builtins/ 2014-05-28 23:09:45 +00:00

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.

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