summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/MinGWToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-241/+0
* Do not include GCC "resource" directory into the set of built-in include path...Anton Korobeynikov2017-03-061-17/+1
* [ToolChains] Use "static" instead of an anonymous namespace for a function. NFCJustin Lebar2017-01-051-4/+2
* [Driver] Driver changes to support CUDA compilation on Windows.Justin Lebar2017-01-051-1/+10
* Revert r253898 and r253899, this breaks mingw compilation on openSUSE.Ismail Donmez2016-01-121-5/+11
* Fix alignment of r253898Martell Malone2015-11-231-10/+8
* Driver: fallback to the location of clang if no sysroot,Martell Malone2015-11-231-15/+11
* Driver: Fix include directories when not using libgcc under mingwMartell Malone2015-08-131-1/+1
* Select the highest version of the mingw toolchain found using Generic_GCC::GC...Yaron Keren2015-07-241-12/+18
* Base the sys-root/mingw/include path on sysroot and not on /usr.Yaron Keren2015-07-241-1/+1
* Apparently some of the bots add .svn dirs inside the test/Driver/Inputs Yaron Keren2015-07-241-22/+28
* Add extensive tests for the mingw toolchain and remove trailing slash from Arch.Yaron Keren2015-07-241-49/+45
* [mingw] Add support for -rtlib option and -stdlib option to the mingw driverReid Kleckner2015-07-221-22/+34
* Fix mingw toolchain to honor sysroot on Linux and add tests.Yaron Keren2015-07-211-43/+85
* Remove erroneous space in "lib64" string constant.Yaron Keren2015-07-201-1/+1
* Fix typo found by Joerg Sonnenberger.Yaron Keren2015-07-201-1/+1
* Support mingw toolchain include and lib directories on Arch Linux.Yaron Keren2015-07-201-27/+40
* Support mingw-w64 toolchain on openSUSE and likely other LinuxesYaron Keren2015-07-141-1/+28
* Fix first line comment format, NFC.Yaron Keren2015-07-071-2/+1
* Teach mingw toolchain the msys2 mingw-w64 distribution C++ dirs.Yaron Keren2015-07-061-11/+17
* Support mingw-w64 and mingw.org toolchains at any install location.Yaron Keren2015-07-021-0/+143
OpenPOWER on IntegriCloud