This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e7eb264ed0 Toolchain: Normalize dwarf, sjlj and seh eh new e9d94f5b6c Revert "Toolchain: Normalize dwarf, sjlj and seh eh"
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: docs/ClangCommandLineReference.rst | 8 -------- include/clang/Basic/LangOptions.def | 2 -- include/clang/Driver/Options.td | 4 ---- include/clang/Driver/ToolChain.h | 7 ++++--- lib/Basic/Targets/ARM.cpp | 1 + lib/Basic/Targets/OSTargets.cpp | 4 ++++ lib/Basic/Targets/OSTargets.h | 11 ++++++++++ lib/Basic/Targets/X86.h | 13 ++++++++++++ lib/CodeGen/BackendUtil.cpp | 4 ---- lib/CodeGen/CGException.cpp | 16 ++++++++------- lib/Driver/ToolChain.cpp | 9 --------- lib/Driver/ToolChains/Clang.cpp | 30 +++------------------------- lib/Driver/ToolChains/Darwin.cpp | 11 ++++------ lib/Driver/ToolChains/Darwin.h | 8 +++----- lib/Driver/ToolChains/FreeBSD.cpp | 12 +++++------ lib/Driver/ToolChains/FreeBSD.h | 3 +-- lib/Driver/ToolChains/MinGW.cpp | 7 ++----- lib/Driver/ToolChains/MinGW.h | 4 +--- lib/Driver/ToolChains/NetBSD.cpp | 8 -------- lib/Driver/ToolChains/NetBSD.h | 3 --- lib/Frontend/CompilerInvocation.cpp | 13 +----------- lib/Frontend/InitPreprocessor.cpp | 6 ------ test/CodeGenCXX/mingw-w64-exceptions.c | 22 -------------------- test/CodeGenCXX/mingw-w64-seh-exceptions.cpp | 3 +-- test/Preprocessor/arm-target-features.c | 2 -- test/Preprocessor/init.c | 1 - 26 files changed, 64 insertions(+), 148 deletions(-) delete mode 100644 test/CodeGenCXX/mingw-w64-exceptions.c