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 384eeea2d [sanitizer] Disable sanitizer test which already fails on And [...]
new 6ec8636dc [sanitizer] Move signal interceptors from asan to sanitizer_common
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/asan/asan_interceptors.cc | 48 ++--------------
lib/asan/asan_interceptors.h | 6 --
.../sanitizer_platform_interceptors.h | 2 +
.../sanitizer_signal_interceptors.inc | 67 ++++++++++++++++++++++
4 files changed, 73 insertions(+), 50 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_signal_interceptors.inc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 d27254a74 [sanitizer] Support check-asan on Android
new 384eeea2d [sanitizer] Disable sanitizer test which already fails on And [...]
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:
test/sanitizer_common/TestCases/Linux/decorate_proc_maps.cc | 3 +++
test/sanitizer_common/TestCases/Posix/getpass.cc | 3 +++
.../TestCases/Posix/sanitizer_set_report_fd_test.cc | 1 +
test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc | 5 +++--
.../TestCases/sanitizer_coverage_trace_pc_guard-dso.cc | 5 +++--
.../TestCases/sanitizer_coverage_trace_pc_guard.cc | 9 ++++-----
6 files changed, 17 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f6dda016ee [WebAssembly] Restore __builtin_wasm_rethrow builtin
new ad56fa8643 Remove comment accidentally committed with D36642. NFC.
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/Lex/PPDirectives.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 3c6b80464 [builtins] Remove one more missed not-android
new 2e99c092c [sanitizer] Move android_commoands from asan into sanitizer_common
new d27254a74 [sanitizer] Support check-asan on Android
The 2 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:
CMakeLists.txt | 1 +
test/asan/TestCases/Linux/abort_on_error.cc | 1 +
test/asan/lit.cfg | 13 +------------
test/asan/lit.site.cfg.in | 2 --
test/lit.common.cfg | 12 +++++++++++-
test/lit.common.configured.in | 1 +
test/sanitizer_common/CMakeLists.txt | 9 ++++++---
test/sanitizer_common/TestCases/Linux/abort_on_error.cc | 3 +++
test/sanitizer_common/TestCases/Linux/iconv_test.c | 3 +++
test/sanitizer_common/TestCases/Linux/ptrace.cc | 2 ++
.../TestCases/Linux/sysconf_interceptor_bypass_test.cc | 2 ++
.../TestCases/get_module_and_offset_for_pc.cc | 4 +++-
test/sanitizer_common/TestCases/options-include.cc | 2 ++
test/sanitizer_common/TestCases/print-stack-trace.cc | 6 +++---
.../android_commands/android_common.py | 0
.../android_commands/android_compile.py | 0
.../android_commands/android_run.py | 0
test/sanitizer_common/lit.common.cfg | 8 +++++++-
18 files changed, 46 insertions(+), 23 deletions(-)
rename test/{asan => sanitizer_common}/android_commands/android_common.py (100%)
rename test/{asan => sanitizer_common}/android_commands/android_compile.py (100%)
rename test/{asan => sanitizer_common}/android_commands/android_run.py (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from c2bcc86 [zorg] Reduce the number of concurrent jobs for AOSP build
new 1783a14 [sanitizer] Run sanitizer tests on Android bot
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:
zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from c43b4b7ff Check availability of accept4 in C++ instad of C code.
new bbf985d24 Fix compatibility with OpenOCD debug stub.
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:
.../Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | 3 +--
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 9 ++++-----
2 files changed, 5 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from ebee3285b3 Automatic date update in version.in
new c4dfafabc5 Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h)
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:
gdb/gdbserver/ChangeLog | 19 +++++++++++++++++++
gdb/gdbserver/regcache.c | 39 +++++++++++++++++++--------------------
gdb/gdbserver/tdesc.c | 14 ++++++--------
gdb/gdbserver/tdesc.h | 25 ++++++++-----------------
4 files changed, 52 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 b1a3dbe82 Revert "[ubsan] Update ubsan_interface.inc"
new 04f544bb4 [asan] Remove not-android
new 3c6b80464 [builtins] Remove one more missed not-android
The 2 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:
test/asan/TestCases/Linux/asan_preload_test-1.cc | 2 +-
test/asan/TestCases/Linux/asan_preload_test-2.cc | 2 +-
test/asan/TestCases/Linux/calloc-preload.c | 2 +-
test/asan/TestCases/Linux/preinstalled_signal.cc | 2 +-
test/asan/TestCases/pass-struct-byval-uar.cc | 2 +-
test/asan/lit.cfg | 2 --
test/builtins/Unit/lit.cfg | 1 -
7 files changed, 5 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 763214631 [ubsan] Update ubsan_interface.inc
new 9ad3f7468 [asan] Enable asan_and_llvm_coverage_test.cc on Android
new b1a3dbe82 Revert "[ubsan] Update ubsan_interface.inc"
The 2 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/ubsan/ubsan_interface.inc | 2 --
test/CMakeLists.txt | 8 +++++---
test/asan/CMakeLists.txt | 4 +---
test/asan/TestCases/asan_and_llvm_coverage_test.cc | 2 +-
4 files changed, 7 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from b29e2f470 More precise c library feature detection for Android.
new c43b4b7ff Check availability of accept4 in C++ instad of C code.
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:
cmake/modules/LLDBGenerateConfig.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.