]> granicus.if.org Git - llvm/commitdiff
llvm-lto2: remove leading '-' for cl::opt declaration
authorMehdi Amini <mehdi.amini@apple.com>
Fri, 23 Dec 2016 23:54:34 +0000 (23:54 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Fri, 23 Dec 2016 23:54:34 +0000 (23:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290464 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-lto2/llvm-lto2.cpp

index 1fa22a01bea27f7d5ef8028f5ccef7a907bb39dd..c09311a05b90dcbe5f105bc66a448033f05f385d 100644 (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(