This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from 4d14bc0 [CMake] Check runtimes subdir when looking for libcxx and libuwind new 6962eb3 [CMake] Fix libc++abi arm build w/o libunwind. new cc4f512 arm: Fix ttype encoding assertion failure.
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 | 2 +- src/cxa_personality.cpp | 10 ++- test/lit.cfg | 2 +- test/lit.site.cfg.in | 2 + test/native/arm-linux-eabi/lit.local.cfg | 6 ++ .../arm-linux-eabi/ttype-encoding-00.pass.sh.s | 97 ++++++++++++++++++++++ .../arm-linux-eabi/ttype-encoding-90.pass.sh.s | 96 +++++++++++++++++++++ 7 files changed, 211 insertions(+), 4 deletions(-) create mode 100644 test/native/arm-linux-eabi/lit.local.cfg create mode 100644 test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s create mode 100644 test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s