forked from OSchip/llvm-project
llvm-lto2: remove leading '-' for cl::opt declaration
llvm-svn: 290464
This commit is contained in:
parent
14f19bd012
commit
95c1f91545
|
@ -64,7 +64,7 @@ static cl::opt<bool>
|
|||
"import files for the "
|
||||
"distributed backend case"));
|
||||
|
||||
static cl::opt<int> Threads("-thinlto-threads",
|
||||
static cl::opt<int> Threads("thinlto-threads",
|
||||
cl::init(llvm::heavyweight_hardware_concurrency()));
|
||||
|
||||
static cl::list<std::string> SymbolResolutions(
|
||||
|
|
Loading…
Reference in New Issue