mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 13:35:42 -04:00
Print options, if requested.
llvm-svn: 261625
This commit is contained in:
parent
743199221b
commit
c1694c6ab7
@ -118,6 +118,8 @@ CommonOptionsParser::CommonOptionsParser(
|
||||
|
||||
Compilations.reset(FixedCompilationDatabase::loadFromCommandLine(argc, argv));
|
||||
cl::ParseCommandLineOptions(argc, argv, Overview);
|
||||
cl::PrintOptionValues();
|
||||
|
||||
SourcePathList = SourcePaths;
|
||||
if ((OccurrencesFlag == cl::ZeroOrMore || OccurrencesFlag == cl::Optional) &&
|
||||
SourcePathList.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user