This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 78e282409c clang-cl: Port cl.exe's C4659 to clang-cl new 2e72af9856 [X86][PPC] Support -mlong-double-64
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: include/clang/Basic/LangOptions.def | 1 + include/clang/Driver/Options.td | 2 ++ lib/Basic/TargetInfo.cpp | 6 +++++ lib/Basic/Targets/PPC.h | 27 ++++++--------------- lib/Driver/ToolChains/Clang.cpp | 11 +++++++++ lib/Frontend/CompilerInvocation.cpp | 1 + test/CodeGen/long-double-x86.c | 4 ---- test/CodeGen/ppc64-align-long-double.c | 16 ------------- test/CodeGen/ppc64-long-double.cpp | 19 +++++++++++++++ test/CodeGen/x86-long-double.cpp | 43 ++++++++++++++++++++++++++++++++++ test/Driver/mlong-double-64.c | 11 +++++++++ 11 files changed, 101 insertions(+), 40 deletions(-) delete mode 100644 test/CodeGen/long-double-x86.c delete mode 100644 test/CodeGen/ppc64-align-long-double.c create mode 100644 test/CodeGen/ppc64-long-double.cpp create mode 100644 test/CodeGen/x86-long-double.cpp create mode 100644 test/Driver/mlong-double-64.c