summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/interception/interception_linux.h
Commit message (Collapse)AuthorAgeFilesLines
* [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting ↵Alexey Samsonov2012-08-021-4/+6
| | | | | | pointer-to-function to pointer-to-object, so we use cast via integral type llvm-svn: 161168
* asan/tsan: weak interceptorsDmitry Vyukov2012-05-241-2/+4
| | | | | | | | | The idea isthat asan/tsan can survive if user intercepts the same functions. At the same time user has an ability to call back into asan/tsan runtime. See the following tests for examples: asan/output_tests/interception_failure_test-linux.cc asan/output_tests/interception_test-linux.cc asan/output_tests/interception_malloc_test-linux.cc llvm-svn: 157388
* [asan] move lib/asan/interception to lib/interception so that other tools ↵Kostya Serebryany2012-05-151-0/+33
(e.g. tsan) can use it llvm-svn: 156816
OpenPOWER on IntegriCloud