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 2117d4d9d [safestack] Replace statics with unnamed namespace new 205e34f42 [safestack] Remove dependency of SafeStack on 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/safestack/CMakeLists.txt | 2 -- lib/safestack/safestack.cc | 61 +++++++++++++++++--------------------- lib/safestack/safestack_platform.h | 60 +++++++++++++++++++++++++++++++++++++ lib/safestack/safestack_util.h | 50 +++++++++++++++++++++++++++++++ 4 files changed, 138 insertions(+), 35 deletions(-) create mode 100644 lib/safestack/safestack_platform.h create mode 100644 lib/safestack/safestack_util.h