mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Renamed swift::createDriverOptTable() to swift::createSwiftOptTable().
Swift SVN r19827
This commit is contained in:
@@ -905,7 +905,7 @@ bool CompilerInvocation::parseArgs(ArrayRef<const char *> Args,
|
||||
|
||||
// Parse frontend command line options using Swift's option table.
|
||||
std::unique_ptr<llvm::opt::InputArgList> ParsedArgs;
|
||||
std::unique_ptr<llvm::opt::OptTable> Table = createDriverOptTable();
|
||||
std::unique_ptr<llvm::opt::OptTable> Table = createSwiftOptTable();
|
||||
unsigned MissingIndex;
|
||||
unsigned MissingCount;
|
||||
ParsedArgs.reset(
|
||||
|
||||
Reference in New Issue
Block a user