summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-10-04 05:34:14 +0000
committerBob Wilson <bob.wilson@apple.com>2011-10-04 05:34:14 +0000
commit05de0298d2c3da8d42c2de6a95a765523e3baed0 (patch)
tree401e0b95adc1f98ec36dd10b00657d5a21e5756b /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
parent8ecdb9b33a304f1ee90e885e96b16c4401e39ea9 (diff)
downloadbcm5719-llvm-05de0298d2c3da8d42c2de6a95a765523e3baed0.tar.gz
bcm5719-llvm-05de0298d2c3da8d42c2de6a95a765523e3baed0.zip
Rip out flags for controlling C++ "production mode" separately.
This is old leftover cruft from the days when C++ was not yet ready for prime time. llvm-svn: 141063
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
-rw-r--r--clang/lib/Frontend/CreateInvocationFromCommandLine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp b/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
index ccfa865233f..fc1508103c2 100644
--- a/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
+++ b/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
@@ -49,7 +49,7 @@ clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList,
// FIXME: We shouldn't have to pass in the path info.
driver::Driver TheDriver("clang", llvm::sys::getHostTriple(),
- "a.out", false, false, *Diags);
+ "a.out", false, *Diags);
// Don't check that inputs exist, they may have been remapped.
TheDriver.setCheckInputsExist(false);
OpenPOWER on IntegriCloud