[PATCH] D42217: Set Module Metadata "AvoidPLT" when -fno-plt is used.

Sriraman Tallam via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 23 11:55:33 PST 2018


On Fri, Feb 23, 2018 at 11:54 AM, Rafael Avila de Espindola
<rafael.espindola at gmail.com> wrote:
> Sriraman Tallam via Phabricator <reviews at reviews.llvm.org> writes:
>> +  if (CodeGenOpts.NoPLT) {
>> +    getModule().setAvoidPLT();
>> +  }
>> +
>
> You don't need the {}.
>
> LGTM with that.

Thanks!
Sri

>
> Cheers,
> Rafael


More information about the cfe-commits mailing list