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 cf0d9dd21 [sanitizers] Don't use Windows Trace Logging with Clang in MS [...] new 1cc766c19 [scudo][standalone] Add bytemap classes
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/scudo/standalone/CMakeLists.txt | 1 + lib/scudo/standalone/bytemap.h | 103 +++++++++++++++++++++++++++++ lib/scudo/standalone/tests/CMakeLists.txt | 1 + lib/scudo/standalone/tests/bytemap_test.cc | 73 ++++++++++++++++++++ 4 files changed, 178 insertions(+) create mode 100644 lib/scudo/standalone/bytemap.h create mode 100644 lib/scudo/standalone/tests/bytemap_test.cc