r241432 - Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.

İsmail Dönmez ismail at donmez.ws
Tue Jul 7 00:38:42 PDT 2015


Hi,

On Mon, Jul 6, 2015 at 10:40 AM, Yaron Keren <yaron.keren at gmail.com> wrote:
> Author: yrnkrn
> Date: Mon Jul  6 02:40:10 2015
> New Revision: 241432
>
> URL: http://llvm.org/viewvc/llvm-project?rev=241432&view=rev
> Log:
> Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.
>
>
> Modified:
>     cfe/trunk/lib/Driver/MinGWToolChain.cpp
>     cfe/trunk/lib/Driver/ToolChains.h

I tried this revision on openSUSE MinGW toolchain and its missing one
include path, which is $GCC_ROOT/nclude/c++/x86_64-w64-mingw32 which
contains "bits" and "ext" directories. Would you mind adding that to
the list too?

Thanks!



More information about the cfe-commits mailing list