Driver: Fix include directories when not using libgcc under mingw
authorMartell Malone <martellmalone@gmail.com>
Thu, 13 Aug 2015 15:41:04 +0000 (15:41 +0000)
committerMartell Malone <martellmalone@gmail.com>
Thu, 13 Aug 2015 15:41:04 +0000 (15:41 +0000)
commit1bc12bbea659de5e836fd863b61a05d381ce242e
tree9ad1bf940122b6ca7cf93225cfc4f9ef461ac344
parent11fc8175d9abba0dbba643c0ea81400afba017dc
Driver: Fix include directories when not using libgcc under mingw

Summary:
When we want to use mingw-w64 and clang with compiler-rt we should not
need to have libgcc installed. This fixes finding includes when libgcc
is not installed

Reviewers: yaron.keren

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D11808

llvm-svn: 244902
clang/lib/Driver/MinGWToolChain.cpp
clang/test/Driver/Inputs/mingw_clang_tree/mingw32/i686-w64-mingw32/include/.keep [new file with mode: 0644]
clang/test/Driver/Inputs/mingw_clang_tree/mingw32/include/.keep [new file with mode: 0644]
clang/test/Driver/mingw.cpp