[PATCH] D11237: Add support for -rtlib option and -stdlib option to the mingw driver

Martell Malone martellmalone at gmail.com
Wed Jul 22 09:26:59 PDT 2015


martell added a comment.

I think you reverted some parts that were needed


================
Comment at: tools/clang/lib/Driver/Tools.cpp:5

----------------
This if specifically breaks mingw-w64

That's why I changed it to 

TC.getTriple().isWindowsMSVCEnvironment()

================
Comment at: tools/clang/lib/Driver/Tools.cpp:13

----------------
You sure you didn't revert all this by accident ?

the lib extension is now broken on mingw-w64 also ???

================
Comment at: tools/clang/lib/Driver/Tools.cpp:15

----------------
ditto


Repository:
  rL LLVM

http://reviews.llvm.org/D11237







More information about the cfe-commits mailing list