mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-28 07:49:01 -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));
|
Compilations.reset(FixedCompilationDatabase::loadFromCommandLine(argc, argv));
|
||||||
cl::ParseCommandLineOptions(argc, argv, Overview);
|
cl::ParseCommandLineOptions(argc, argv, Overview);
|
||||||
|
cl::PrintOptionValues();
|
||||||
|
|
||||||
SourcePathList = SourcePaths;
|
SourcePathList = SourcePaths;
|
||||||
if ((OccurrencesFlag == cl::ZeroOrMore || OccurrencesFlag == cl::Optional) &&
|
if ((OccurrencesFlag == cl::ZeroOrMore || OccurrencesFlag == cl::Optional) &&
|
||||||
SourcePathList.empty())
|
SourcePathList.empty())
|
||||||
|
Loading…
Reference in New Issue
Block a user