This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libunwind.
from 41f982e [libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS new c4321f2 Add a test harness
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: CMakeLists.txt | 2 ++ test/CMakeLists.txt | 35 +++++++++++++++++++++ test/libunwind/__init__.py | 0 test/libunwind/test/__init__.py | 0 test/libunwind/test/config.py | 70 +++++++++++++++++++++++++++++++++++++++++ test/libunwind_02.pass.cpp | 1 + test/lit.cfg | 67 +++++++++++++++++++++++++++++++++++++++ test/lit.site.cfg.in | 25 +++++++++++++++ 8 files changed, 200 insertions(+) create mode 100644 test/CMakeLists.txt create mode 100644 test/libunwind/__init__.py create mode 100644 test/libunwind/test/__init__.py create mode 100644 test/libunwind/test/config.py create mode 100644 test/lit.cfg create mode 100644 test/lit.site.cfg.in