1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

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 22aacdc951
commit eef0435aa7

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(