Replace global.params.singleObj by global.params.oneobj

singleObj was LDC-specific.
This commit is contained in:
Martin 2016-08-31 20:12:57 +02:00
parent 94d607acb2
commit c748eb9ed0
6 changed files with 5 additions and 18 deletions

View file

@ -382,7 +382,7 @@ static cl::opt<MultiSetter, true, cl::parser<bool>>
cl::opt<bool, true>
singleObj("singleobj", cl::desc("Create only a single output object file"),
cl::location(global.params.singleObj));
cl::location(global.params.oneobj));
cl::opt<uint32_t, true> hashThreshold(
"hash-threshold",