This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d86db9b1f7 [TargetInfo] Sort target features before passing them to the [...] new 1657ebb978 [Driver] Fix implicit config files from prefixed symlinks new 47d22f7e8a [test] Add a testcase for MinGW sysroot detections from SVN [...] new 43c40d09e9 [Driver] Reland "Android triples are not aliases for other t [...]
The 3 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/Driver/ToolChain.h | 4 ++ lib/Driver/Driver.cpp | 3 +- lib/Driver/ToolChains/Gnu.cpp | 126 ++++++++++++++++++++------------- test/Driver/android-ndk-standalone.cpp | 35 +++++++++ test/Driver/config-file3.c | 8 +++ test/Driver/mingw-sysroot.cpp | 42 +++++++++++ 6 files changed, 167 insertions(+), 51 deletions(-) create mode 100644 test/Driver/mingw-sysroot.cpp