This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from c025f88 Revert "Revert "[MSan] Enable on PowerPC64."" new b047774 [asan] add primitives that allow coroutine implementations
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/sanitizer/common_interface_defs.h | 20 +++ lib/asan/asan_thread.cc | 105 +++++++++++- lib/asan/asan_thread.h | 34 ++-- .../asan/TestCases/Linux/swapcontext_annotation.cc | 178 +++++++++++++++++++++ 4 files changed, 324 insertions(+), 13 deletions(-) create mode 100644 test/asan/TestCases/Linux/swapcontext_annotation.cc