llvm-project/compiler-rt/lib
Evgeniy Stepanov f4dcf77623 [asan] Fix printing of long reports to logcat on Android.
__android_log_write has an implicit message length limit.
Print one line at a time.

llvm-svn: 202250
2014-02-26 09:39:55 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] asan_device_setup: fix a typo in usage text 2014-02-26 08:12:28 +00:00
builtins Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++11." 2014-02-22 00:37:45 +00:00
dfsan Update sanitizers' bash scripts. 2014-02-25 12:09:25 +00:00
interception [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Kutuzov 2014-02-24 08:37:41 +00:00
lsan AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code so it seems it should have more generic name and moved to a common scope. 2014-02-24 08:53:26 +00:00
msan AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code so it seems it should have more generic name and moved to a common scope. 2014-02-24 08:53:26 +00:00
msandr [msandr] Access app TLS directly in native exec mode. 2014-01-20 13:09:29 +00:00
profile Add an environment variable to override the default profile output file. 2014-02-20 19:52:32 +00:00
sanitizer_common [asan] Fix printing of long reports to logcat on Android. 2014-02-26 09:39:55 +00:00
tsan [sanitizer] minimal support for recursive locks indeadlock detector 2014-02-25 14:02:01 +00:00
ubsan Enable UBSan on FreeBSD. Patch by Viktor Kutuzov. 2014-02-25 08:29:36 +00:00
CMakeLists.txt Revert r201783 until all FreeBSD fixes are submitted. 2014-02-26 07:50:28 +00:00
Makefile.mk Move original compiler-rt functions (libgcc replacement) to lib/builtins directory 2014-02-14 09:20:33 +00:00