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 97c4d2222 [CMake] Support statically linked libc++abi and libunwind new f60f85afd Add simple runtime tests for shadowcallstack
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/CMakeLists.txt | 3 ++ test/shadowcallstack/CMakeLists.txt | 13 ++++++++ test/shadowcallstack/init.c | 16 ++++++++++ test/shadowcallstack/lit.cfg | 19 ++++++++++++ .../{safestack => shadowcallstack}/lit.site.cfg.in | 2 +- test/shadowcallstack/minimal_runtime.h | 26 ++++++++++++++++ test/shadowcallstack/overflow.c | 36 ++++++++++++++++++++++ 7 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 test/shadowcallstack/CMakeLists.txt create mode 100644 test/shadowcallstack/init.c create mode 100644 test/shadowcallstack/lit.cfg copy test/{safestack => shadowcallstack}/lit.site.cfg.in (74%) create mode 100644 test/shadowcallstack/minimal_runtime.h create mode 100644 test/shadowcallstack/overflow.c