This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 98a21c18f2 Move options to separate checks that do not need to immediat [...] new 344aa82a52 Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib= [take 2]
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 | 18 +++++ include/clang/Basic/DiagnosticDriverKinds.td | 4 ++ include/clang/Config/config.h.cmake | 3 + include/clang/Driver/Options.td | 2 + include/clang/Driver/ToolChain.h | 14 ++++ lib/Driver/ToolChain.cpp | 27 +++++++ lib/Driver/ToolChains/CommonArgs.cpp | 104 ++++++++++++++++++--------- test/Driver/compiler-rt-unwind.c | 49 +++++++++++++ 8 files changed, 186 insertions(+), 35 deletions(-) create mode 100644 test/Driver/compiler-rt-unwind.c