llvm-project/clang/lib/Driver
Saleem Abdulrasool 88879e6559 Driver: introduce and use `-isystem-after` for cross-windows
This mirrors the many other -i*after options to insert a new system search
directory at the end of the search path.  This makes it possible to actually
inject a search path after the resource dir.  This option is similar in spirit
to the /imsvc option in the clang-cl driver.  This is needed to properly use the
driver for Windows targets where the clang headers wrap some of the system
headers.

This concept is actually useful on other targets (e.g. Linux) and would be
really easy to support on the core toolchain.

llvm-svn: 273016
2016-06-17 17:23:16 +00:00
..
Action.cpp [CUDA] Invoke ptxas and fatbinary during compilation. 2016-01-14 21:41:27 +00:00
CMakeLists.txt MSVCToolChain.cpp: Make version.dll generic for win32. 2016-05-14 08:12:37 +00:00
Compilation.cpp [CUDA][OpenMP] Create generic offload toolchains 2016-06-13 18:10:57 +00:00
CrossWindowsToolChain.cpp Driver: introduce and use `-isystem-after` for cross-windows 2016-06-17 17:23:16 +00:00
Driver.cpp Compilation for Intel MCU (Part 2/3) 2016-06-16 10:36:09 +00:00
DriverOptions.cpp Update clang to match llvm r250901. OptTable constructor now takes an ArrayRef. NFC 2015-10-21 16:31:33 +00:00
InputInfo.h Add an Action* member to InputInfo. 2016-01-11 23:15:21 +00:00
Job.cpp [CrashReproducer] Pass -I, -F and -resource-dir to the reproducer script when using modules/vfs 2016-04-04 20:26:57 +00:00
MSVCToolChain.cpp clang-cl: Fix unused argument warning when combining /O2 and /Ob2 2016-05-25 00:43:45 +00:00
MinGWToolChain.cpp Revert r253898 and r253899, this breaks mingw compilation on openSUSE. 2016-01-12 10:41:20 +00:00
Multilib.cpp [Driver] Remove `else` after `return` 2015-10-12 14:32:57 +00:00
Phases.cpp Reapply "Change -save-temps to emit unoptimized bitcode files." 2014-12-21 07:00:00 +00:00
SanitizerArgs.cpp Fix linking of DFSan + coverage. 2016-06-15 23:05:21 +00:00
Tool.cpp Roll-back r250822. 2015-10-20 13:23:58 +00:00
ToolChain.cpp Compilation for Intel MCU (Part 2/3) 2016-06-16 10:36:09 +00:00
ToolChains.cpp [Driver] Adapt Linux::GCCVersion::Parse to match GCC 5 installations 2016-06-17 16:47:14 +00:00
ToolChains.h Compilation for Intel MCU (Part 2/3) 2016-06-16 10:36:09 +00:00
Tools.cpp Driver: introduce and use `-isystem-after` for cross-windows 2016-06-17 17:23:16 +00:00
Tools.h [mips] Compact branch policy setting. 2016-05-27 15:13:31 +00:00
Types.cpp Add a RenderScript language type 2016-06-09 21:57:40 +00:00