llvm-project/clang/lib/Driver
Yaron Keren aa2813325f Teach mingw toolchain driver to properly emit static or dynamic linking of ligcc.
Implemented in MinGW::Linker::AddLibGCC since AddLibgcc is a logic puzzle even
before adding one more boolean. A first step towards simplification of AddLibgcc
would be to factor out the Android AddLibgcc code into its own routine.

llvm-svn: 244407
2015-08-09 00:24:07 +00:00
..
Action.cpp [CUDA] Moved device-side triple calculation to buildCudaActions(). 2015-07-20 21:59:31 +00:00
CMakeLists.txt Support mingw-w64 and mingw.org toolchains at any install location. 2015-07-02 04:45:27 +00:00
Compilation.cpp Driver: Remove the Job class. NFC 2015-07-02 22:52:08 +00:00
CrossWindowsToolChain.cpp Pedantically rename all Tool subclasses to be nouns, not verbs. NFC 2015-06-23 20:42:09 +00:00
Driver.cpp Fix a tiny bug in -no-canonical-prefixes that somehow we have never 2015-08-05 17:07:33 +00:00
DriverOptions.cpp Remove the SUPPORT_ALIASARGS define 2013-08-01 00:12:13 +00:00
InputInfo.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Job.cpp Driver: Strip -header-include-file and -diagnostic-log-file from crash repro scripts 2015-08-05 23:49:44 +00:00
MSVCToolChain.cpp [clang-cl] Handle -O correctly 2015-07-27 07:32:11 +00:00
Makefile
MinGWToolChain.cpp Select the highest version of the mingw toolchain found using Generic_GCC::GCCVersion 2015-07-24 20:18:27 +00:00
Multilib.cpp [multilib] Turn virtual functor into functin_ref 2015-03-22 15:56:12 +00:00
Phases.cpp Reapply "Change -save-temps to emit unoptimized bitcode files." 2014-12-21 07:00:00 +00:00
SanitizerArgs.cpp CodeGen: Improve CFI type blacklisting mechanism. 2015-07-15 12:15:56 +00:00
Tool.cpp Teach Clang how to use response files when calling other tools 2014-09-15 17:45:39 +00:00
ToolChain.cpp Range-forify a loop, delete trailing whitespace. NFC 2015-08-06 22:36:24 +00:00
ToolChains.cpp [AArch64] Enable thread sanitizer on clang 2015-08-05 18:42:41 +00:00
ToolChains.h Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain respectively. NFC 2015-07-27 16:53:08 +00:00
Tools.cpp Teach mingw toolchain driver to properly emit static or dynamic linking of ligcc. 2015-08-09 00:24:07 +00:00
Tools.h [ARM] Changes to Arch/CPU handling to help with -Wa,-mfpu etc. (nfc) 2015-07-27 23:44:42 +00:00
Types.cpp [cuda] Driver changes to compile and stitch together host and device-side CUDA code. 2015-07-13 23:27:56 +00:00