summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-10-31 19:28:55 +0000
committerChad Rosier <mcrosier@apple.com>2012-10-31 19:28:55 +0000
commit2933d05033ead32770b8b148aeb43a97b35854c7 (patch)
tree12851b9f322a5260b7fcbd80dd3ec914b4f91261 /clang/lib/Driver
parent4a6591da2589a1d0b3fdb5c40622a37a74103915 (diff)
downloadbcm5719-llvm-2933d05033ead32770b8b148aeb43a97b35854c7.tar.gz
bcm5719-llvm-2933d05033ead32770b8b148aeb43a97b35854c7.zip
[driver] Remove an extra space with the -internal-externc-isystem option, so
that matching works correctly. Part of rdar://12329974 llvm-svn: 167161
Diffstat (limited to 'clang/lib/Driver')
-rw-r--r--clang/lib/Driver/Compilation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Compilation.cpp b/clang/lib/Driver/Compilation.cpp
index e804a543839..c15e7a3b024 100644
--- a/clang/lib/Driver/Compilation.cpp
+++ b/clang/lib/Driver/Compilation.cpp
@@ -115,7 +115,7 @@ static bool skipArg(const char *Flag, bool &SkipNextArg) {
.Cases("-o", "-coverage-file", "-dependency-file", true)
.Cases("-fdebug-compilation-dir", "-fmodule-cache-path", "-idirafter", true)
.Cases("-include", "-include-pch", "-internal-isystem", true)
- .Cases("-internal-externc-isystem ", "-iprefix ", "-iwithprefix", true)
+ .Cases("-internal-externc-isystem", "-iprefix ", "-iwithprefix", true)
.Cases("-iwithprefixbefore", "-isysroot", "-isystem", "-iquote", true)
.Cases("-resource-dir", "-serialize-diagnostic-file", true)
.Case("-dwarf-debug-flags", true)
OpenPOWER on IntegriCloud