mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-18 11:24:01 +00:00
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
the test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165535 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user