hanchenye-llvm-project/compiler-rt
Chris Bieneman 8085475db2 [compiler-rt][cmake] Fix not lipo libclang_rt.cc_kext.a when building on OS X
Summary:

Fix r252525 - cmake configure failed to connect target builtins to target compiler-rt  because of early return call.

Patch by: Jacky Tsao (cao.zhong1)

Reviewers: beanz

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D14747

llvm-svn: 253692
2015-11-20 18:45:42 +00:00
..
cmake [compiler-rt][cmake] Fix not lipo libclang_rt.cc_kext.a when building on OS X 2015-11-20 18:45:42 +00:00
include Asan: utility function to determine first wrongly poisoned byte in 2015-11-04 19:56:03 +00:00
lib [asan] On OS X, write error reports into Crash Report. 2015-11-20 18:42:07 +00:00
make compiler-rt: add make solution to bootstrap mingw-w64 2015-11-13 00:21:34 +00:00
test Reapply: [asan] On OS X, log reports to syslog and os_trace 2015-11-20 18:41:44 +00:00
unittests Use the newer python syntax for exceptions 2014-12-13 02:46:56 +00:00
www Update references to new lists.llvm.org mailing lists. 2015-08-05 03:58:00 +00:00
.arcconfig
.gitignore
CMakeLists.txt [CMake] Add options to control building sanitizers and builtins. 2015-09-14 19:59:24 +00:00
CODE_OWNERS.TXT
CREDITS.TXT Add Guan-Hong Liu. 2014-06-16 08:38:19 +00:00
LICENSE.TXT Update copyright year to 2015. 2015-03-12 19:53:06 +00:00
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.

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