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 14248e1d6 Remove 'noexcept's that do not match between header and source file. new bcf769a81 [mips] Implement GetWriteFlag() for mips
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/sanitizer_common/sanitizer_linux.cc | 49 ++++++++++++++++++++++ .../TestCases/Posix/illegal_read_test.cc | 14 +++++++ .../TestCases/Posix/illegal_write_test.cc | 13 ++++++ 3 files changed, 76 insertions(+) create mode 100644 test/sanitizer_common/TestCases/Posix/illegal_read_test.cc create mode 100644 test/sanitizer_common/TestCases/Posix/illegal_write_test.cc