summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-10-09 19:52:10 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-10-09 19:52:10 +0000
commitbe5613c0a7ca9d0a0916dcdbefd3719f33723abc (patch)
treeb0cd1736e195d01376164b65587174c2b5635d2a /llvm/include
parent3530682558e75978fb90f3277d175433be339d65 (diff)
downloadbcm5719-llvm-be5613c0a7ca9d0a0916dcdbefd3719f33723abc.tar.gz
bcm5719-llvm-be5613c0a7ca9d0a0916dcdbefd3719f33723abc.zip
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
the test. llvm-svn: 165535
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Support/CommandLine.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h
index d0c304712ac..8f7d879f2ec 100644
--- a/llvm/include/llvm/Support/CommandLine.h
+++ b/llvm/include/llvm/Support/CommandLine.h
@@ -41,16 +41,14 @@ namespace cl {
// ParseCommandLineOptions - Command line option processing entry point.
//
void ParseCommandLineOptions(int argc, const char * const *argv,
- const char *Overview = 0,
- bool ReadResponseFiles = false);
+ const char *Overview = 0);
//===----------------------------------------------------------------------===//
// ParseEnvironmentOptions - Environment variable option processing alternate
// entry point.
//
void ParseEnvironmentOptions(const char *progName, const char *envvar,
- const char *Overview = 0,
- bool ReadResponseFiles = false);
+ const char *Overview = 0);
///===---------------------------------------------------------------------===//
/// SetVersionPrinter - Override the default (LLVM specific) version printer
OpenPOWER on IntegriCloud