llvm-project/compiler-rt
Vitaly Buka 013317d9d5 [asan] Remove recent asan tests which expect death in allocator
These tests assume allocator_may_return_null=false
If allocator_may_return_null=true, gtest would not be able to switch it.
Tests needs to be re-implemented as lit tests.

llvm-svn: 308254
2017-07-18 01:39:56 +00:00
..
cmake On Darwin, start building the TSan iOS dylib by default. 2017-07-12 20:25:14 +00:00
docs
include [XRay][compiler-rt][NFC] Add a name for argument to __xray_set_handler_arg1(...) 2017-06-19 01:30:04 +00:00
lib [asan] Remove recent asan tests which expect death in allocator 2017-07-18 01:39:56 +00:00
test [asan] Disable not working new test on Windows 2017-07-16 01:28:40 +00:00
unittests Add missing import 2017-04-07 01:24:48 +00:00
www
.arcconfig
.gitignore
CMakeLists.txt [compiler-rt] [CMake] Build compiler-rt with no optimizations if the flag says so 2017-07-15 00:30:46 +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.

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