llvm-project/compiler-rt/lib/interception
Dmitry Vyukov b523b9c8d4 tsan: fix linking of tsan runtime into dynamic libraries
versioned symbols can not be linked into dynamic library w/o linker script
also simplifies code as side effect

llvm-svn: 191056
2013-09-19 23:44:51 +00:00
..
CMakeLists.txt [sanitizer] Fix wrong size of OFF_T on 32-bit platforms. 2013-02-07 07:37:12 +00:00
Makefile.mk [ASan] Delete the code related to static runtime on OS X. 2013-02-05 15:57:12 +00:00
interception.h [ASan] Remove the explicit function prototypes for intercepted functions on Windows 2013-09-10 14:42:15 +00:00
interception_linux.cc asan: fix android build 2013-09-03 07:53:49 +00:00
interception_linux.h tsan: fix linking of tsan runtime into dynamic libraries 2013-09-19 23:44:51 +00:00
interception_mac.cc [ASan] Delete the code related to static runtime on OS X. 2013-02-05 15:57:12 +00:00
interception_mac.h [ASan] Delete the code related to static runtime on OS X. 2013-02-05 15:57:12 +00:00
interception_type_test.cc [sanitizer] Exclude off64_t test on mac. 2013-02-07 09:34:08 +00:00
interception_win.cc [Sanitizer] fix windows build 2012-08-02 11:38:58 +00:00
interception_win.h Follow-up for r161168 for Windows 2012-08-02 11:29:14 +00:00