[PATCH] D23940: Delete dead code

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 12:51:45 PDT 2016


On 26 August 2016 at 15:37, Mehdi AMINI <mehdi.amini at apple.com> wrote:
> mehdi_amini added a comment.
>
> We should be able to skip the GOT/PLT for such symbols in the codegen right now, wouldn't we?

They are skipped right now by a combination of visibility and codegen model.

Cheers,
Rafael


More information about the llvm-commits mailing list