mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 09:53:54 +00:00
llvm-lto2: remove leading '-' for cl::opt declaration
llvm-svn: 290464
This commit is contained in:
parent
22aacdc951
commit
eef0435aa7
@ -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…
x
Reference in New Issue
Block a user