Displaying 1 result from an estimated 1 matches for "haszopt".
Did you mean:
has_opt
2018 Aug 21
7
[lld] avoid emitting PLT entries for ifuncs
...834,6 +835,7 @@ void LinkerDriver::readConfigs(opt::InputArgList &Args) {
Config->ZCopyreloc = getZFlag(Args, "copyreloc", "nocopyreloc", true);
Config->ZExecstack = getZFlag(Args, "execstack", "noexecstack", false);
Config->ZHazardplt = hasZOption(Args, "hazardplt");
+ Config->ZIfuncnoplt = hasZOption(Args, "ifunc-noplt");
Config->ZInitfirst = hasZOption(Args, "initfirst");
Config->ZKeepTextSectionPrefix = getZFlag(
Args, "keep-text-section-prefix", "nokeep-text-section-p...