[ASan] Add interceptor for swapcontext to fight with false positives in some of its...
authorAlexey Samsonov <samsonov@google.com>
Fri, 23 Nov 2012 09:46:34 +0000 (09:46 +0000)
committerAlexey Samsonov <samsonov@google.com>
Fri, 23 Nov 2012 09:46:34 +0000 (09:46 +0000)
commit0d7755ccb548337878fd075e9ecfc55341d16e35
tree04dd61b9a0ab64901c0721cf78f04e6a5ea92e5a
parentf77cc055cd1bed53d1b088975d33e99f18b8f4ce
[ASan] Add interceptor for swapcontext to fight with false positives in some of its use cases.

llvm-svn: 168508
compiler-rt/lib/asan/asan_intercepted_functions.h
compiler-rt/lib/asan/asan_interceptors.cc
compiler-rt/lib/asan/asan_internal.h
compiler-rt/lib/asan/asan_posix.cc
compiler-rt/lib/asan/asan_report.cc
compiler-rt/lib/asan/asan_win.cc
compiler-rt/lib/asan/lit_tests/swapcontext_test.cc [new file with mode: 0644]