This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 57d0d31 Fix for compiling with clang <= 3.7 and g++6 headers new 781609f Support setting default value for -rtlib at build time
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 | 15 +++++++- include/clang/Config/config.h.cmake | 3 ++ lib/Driver/ToolChain.cpp | 22 ++++++----- lib/Driver/ToolChains.cpp | 23 ++++++----- lib/Driver/ToolChains.h | 2 + test/Driver/linux-ld.c | 76 ++++++++++++++++++------------------- test/Driver/miamcu-opt.c | 14 +++---- test/Driver/miamcu-opt.cpp | 2 +- test/Driver/mingw-libgcc.c | 24 ++++++------ test/Driver/mingw.cpp | 14 +++---- test/Driver/mips-mti-linux.c | 4 +- test/Driver/sanitizer-ld.c | 2 +- test/Driver/windows-cross.c | 2 +- test/OpenMP/linking.c | 18 +++++---- 14 files changed, 124 insertions(+), 97 deletions(-)