We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a068aa3 commit 27b7a87Copy full SHA for 27b7a87
lld/ELF/Driver.cpp
@@ -829,7 +829,7 @@ static CapTableScopePolicy getCapTableScope(opt::InputArgList &args) {
829
830
static CapRelocsMode getLocalCapRelocsMode(opt::InputArgList &args) {
831
auto *arg =
832
- args.getLastArg(OPT_local_caprelocs_cbuildcap, OPT_local_caprelocs_elf,
+ args.getLastArg(OPT_local_caprelocs_legacy, OPT_local_caprelocs_elf,
833
OPT_local_caprelocs_cbuildcap);
834
if (!arg) // TODO: change default to CBuildCap (at least for non-PIC)
835
return CapRelocsMode::Legacy;
0 commit comments