mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 16:41:06 +03:00
Replace global.params.singleObj by global.params.oneobj
singleObj was LDC-specific.
This commit is contained in:
parent
94d607acb2
commit
c748eb9ed0
6 changed files with 5 additions and 18 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue