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 91787ac [asan Win64] Implement atomic_compare_exchange_strong for 8 bit new 85a88e6 [compilter-rt] Add unittests for interception library
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: lib/interception/CMakeLists.txt | 4 + lib/interception/interception_win.cc | 3 +- lib/interception/tests/CMakeLists.txt | 147 +++++++++++++++++++++ lib/interception/tests/interception_linux_test.cc | 65 +++++++++ .../tests/interception_test_main.cc} | 13 +- lib/interception/tests/interception_win_test.cc | 142 ++++++++++++++++++++ 6 files changed, 365 insertions(+), 9 deletions(-) create mode 100644 lib/interception/tests/CMakeLists.txt create mode 100644 lib/interception/tests/interception_linux_test.cc copy lib/{tsan/tests/unit/tsan_unit_test_main.cc => interception/tests/interceptio [...] create mode 100644 lib/interception/tests/interception_win_test.cc