diff options
author | Erich Keane <erich.keane@intel.com> | 2017-11-20 21:46:29 +0000 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2017-11-20 21:46:29 +0000 |
commit | 523edb0a3abebc8c1f00b2b8413650d47960d4dc (patch) | |
tree | a11efcb73c9d1f43030664b9779d9c98efeb1dc4 /clang/lib/Driver/Job.cpp | |
parent | 8b6ef88e7eb618dea0160eaddecf901eb28bc2e1 (diff) | |
download | bcm5719-llvm-523edb0a3abebc8c1f00b2b8413650d47960d4dc.tar.gz bcm5719-llvm-523edb0a3abebc8c1f00b2b8413650d47960d4dc.zip |
Revert r318669/318694
Broke some libclang tests, so reverting for now.
llvm-svn: 318698
Diffstat (limited to 'clang/lib/Driver/Job.cpp')
-rw-r--r-- | clang/lib/Driver/Job.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Job.cpp b/clang/lib/Driver/Job.cpp index b494bc75282..765c05752d8 100644 --- a/clang/lib/Driver/Job.cpp +++ b/clang/lib/Driver/Job.cpp @@ -64,7 +64,7 @@ static bool skipArgs(const char *Flag, bool HaveCrashVFS, int &SkipNum, .Cases("-internal-externc-isystem", "-iprefix", true) .Cases("-iwithprefixbefore", "-isystem", "-iquote", true) .Cases("-isysroot", "-I", "-F", "-resource-dir", true) - .Cases("-iframework", "-include-pch", "-fsystem-include-if-exists", true) + .Cases("-iframework", "-include-pch", true) .Default(false); if (IsInclude) return HaveCrashVFS ? false : true; |