llvm-project/clang/lib/Driver
Justin Bogner 0cb14759fc Driver: Keep -isysroot flags in crash scripts if we're dumping a VFS
For crashes with a VFS (ie, with modules), the -isysroot flag is often
necessary to reproduce the crash. This is especially true if some
modules need to be rebuilt, since without the sysroot they'll try to
read headers that are outside of the VFS.

I find it likely that we should keep some of the other -i flags in
this case as well, but I haven't seen that come up in practice yet so
it seems better to be conservative.

llvm-svn: 231997
2015-03-12 00:52:56 +00:00
..
Action.cpp Reapply "Change -save-temps to emit unoptimized bitcode files." 2014-12-21 07:00:00 +00:00
CMakeLists.txt Driver: add CrossWindowsToolChain 2014-10-24 03:13:37 +00:00
Compilation.cpp Driver: Use pointee_iterator rather than iterating over unique_ptrs 2014-10-03 01:04:53 +00:00
CrossWindowsToolChain.cpp Driver: correct typo 2014-11-19 17:59:00 +00:00
Driver.cpp Driver: Print the clang version and original command in crash scripts 2015-03-12 00:14:35 +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: Keep -isysroot flags in crash scripts if we're dumping a VFS 2015-03-12 00:52:56 +00:00
MSVCToolChain.cpp Remove a stray blank line that my sort_include.py script found. 2015-02-13 09:57:05 +00:00
Makefile
Multilib.cpp Driver: Simplify a use of the path API 2014-08-03 21:46:33 +00:00
Phases.cpp Reapply "Change -save-temps to emit unoptimized bitcode files." 2014-12-21 07:00:00 +00:00
SanitizerArgs.cpp Add deprecation notice for -f(no-)sanitize-recover flags. 2015-03-11 23:34:25 +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 Simplify boolean expressions in clang with clang-tidy 2015-03-09 02:02:07 +00:00
ToolChains.cpp [Mips] Handle -mips32r[3|5] / -mips64r[3|5] options while selecting lib/headers paths 2015-02-26 04:45:57 +00:00
ToolChains.h Do not force "-static" for aarch64 iOS kernel/kext assembly code. 2015-02-10 06:33:04 +00:00
Tools.cpp [PowerPC] ABI support for the QPX vector instruction set 2015-03-11 19:14:15 +00:00
Tools.h [mips] Pass ABI name via -target-abi instead of target-features 2015-01-30 17:35:23 +00:00
Types.cpp Reapply "Change -save-temps to emit unoptimized bitcode files." 2014-12-21 07:00:00 +00:00