Skip to content

Commit

Permalink
llvm-lto2: remove leading '-' for cl::opt declaration
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290464 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
joker-eph committed Dec 23, 2016
1 parent de4b9a3 commit ec1ef03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/llvm-lto2/llvm-lto2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ec1ef03

Please sign in to comment.