mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-13 22:48:43 +03:00
Misc. merge fixes (C++)
This commit is contained in:
parent
48809250d8
commit
a053480010
17 changed files with 49 additions and 75 deletions
|
@ -756,7 +756,7 @@ int linkObjToBinaryGcc(llvm::StringRef outputPath,
|
|||
argsBuilder.build(outputPath, defaultLibNames);
|
||||
|
||||
const auto fullArgs =
|
||||
getFullArgs("lld", argsBuilder.args, global.params.verbose);
|
||||
getFullArgs("lld", argsBuilder.args, global.params.v.verbose);
|
||||
|
||||
// CanExitEarly == true means that LLD can and will call `exit()` when
|
||||
// errors occur.
|
||||
|
@ -861,5 +861,5 @@ int linkObjToBinaryGcc(llvm::StringRef outputPath,
|
|||
|
||||
// try to call linker
|
||||
return executeToolAndWait(Loc(), tool, argsBuilder->args,
|
||||
global.params.verbose);
|
||||
global.params.v.verbose);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue