llvm-lto2: remove leading '-' for cl::opt declaration

llvm-svn: 290464
This commit is contained in:
Mehdi Amini 2016-12-23 23:54:34 +00:00
parent 14f19bd012
commit 95c1f91545
1 changed files with 1 additions and 1 deletions

View File

@ -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(