hanchenye-llvm-project/compiler-rt/lib/interception
Alexander Potapenko c62210e3ff Commit the source and CMake changes that will allow to build ASan runtime
as a shared library on Mac OS. This will provide an alternative to
mach_override.

llvm-svn: 162091
2012-08-17 09:00:08 +00:00
..
mach_override Make the non-interface mach_override functions static to avoid name clashes with user code that may contain its own mach_override. 2012-08-09 13:33:02 +00:00
CMakeLists.txt [ASan] CMake support for building ASan runtime as a universal binary on Mac 2012-08-10 14:45:52 +00:00
Makefile.mk
interception.h Commit the source and CMake changes that will allow to build ASan runtime 2012-08-17 09:00:08 +00:00
interception_linux.cc [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type 2012-08-02 11:19:13 +00:00
interception_linux.h [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type 2012-08-02 11:19:13 +00:00
interception_mac.cc [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type 2012-08-02 11:19:13 +00:00
interception_mac.h [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type 2012-08-02 11:19:13 +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