From ec1ef03d3bcbb3c6749b8dc98a9fe329c477db22 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Fri, 23 Dec 2016 23:54:34 +0000 Subject: [PATCH] llvm-lto2: remove leading '-' for cl::opt declaration git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290464 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-lto2/llvm-lto2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvm-lto2/llvm-lto2.cpp b/tools/llvm-lto2/llvm-lto2.cpp index 1fa22a01bea2..c09311a05b90 100644 --- a/tools/llvm-lto2/llvm-lto2.cpp +++ b/tools/llvm-lto2/llvm-lto2.cpp @@ -64,7 +64,7 @@ static cl::opt "import files for the " "distributed backend case")); -static cl::opt Threads("-thinlto-threads", +static cl::opt Threads("thinlto-threads", cl::init(llvm::heavyweight_hardware_concurrency())); static cl::list SymbolResolutions(