This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from 7512331 Remove requirement for libunwind sources. Patch by Shiz. new 380a70a [libcxxabi] Rework CMakeLists.txt into modules
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 | 213 +++++++----------------- cmake/Modules/HandleLibcxxabiFlags.cmake | 208 +++++++++++++++++++++++ cmake/Modules/HandleOutOfTreeLLVM.cmake | 130 +++++++++++++++ cmake/Modules/MacroEnsureOutOfSourceBuild.cmake | 18 ++ src/CMakeLists.txt | 31 ++-- 5 files changed, 430 insertions(+), 170 deletions(-) create mode 100644 cmake/Modules/HandleLibcxxabiFlags.cmake create mode 100644 cmake/Modules/HandleOutOfTreeLLVM.cmake create mode 100644 cmake/Modules/MacroEnsureOutOfSourceBuild.cmake