hanchenye-llvm-project/compiler-rt/lib/interception
Evgeniy Stepanov 9e922e7d24 [sanitizer] Android build cleanup.
* Detect Android toolchain target arch and set correct runtime library name.
* Merged a lot of Android and non-Android code paths.
* Android is only supported in standalone build of compiler-rt now.
* Linking lsan-common in ASan-Android (makes lsan annotations work).
* Relying on -fsanitize=address linker flag when building tests (again,
  unification with non-Android path).
* Runtime library moved from lib/asan to lib/linux.

llvm-svn: 218605
2014-09-29 13:18:55 +00:00
..
CMakeLists.txt [sanitizer] Android build cleanup. 2014-09-29 13:18:55 +00:00
Makefile.mk
interception.h [ASan/Win] Land the trivial bits of -MD RTL support (PR20214) 2014-08-22 12:38:07 +00:00
interception_linux.cc [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Kutuzov 2014-02-24 08:37:41 +00:00
interception_linux.h [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Kutuzov 2014-02-24 08:37:41 +00:00
interception_mac.cc
interception_mac.h Make some pthread_mutex_* and pthread_cond_* interceptors common. 2013-10-16 08:20:31 +00:00
interception_type_test.cc PR16532: work around old GCC bug in interception_type_test.cc 2013-12-05 13:29:46 +00:00
interception_win.cc Add support for intercepting functions from msvcr110.dll 2014-09-25 20:47:10 +00:00
interception_win.h [ASan/Win] Intercept memory allocation functions in the MD CRT 2014-08-25 13:19:05 +00:00