[PATCH] D136203: [ARM] Support -mexecute-only with -mlong-calls.

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 18 20:41:36 PDT 2022


efriedma added a comment.

One, -mlong-calls isn't currently compatible with PIE.  Two, on ARM, there are no special plt relocations; the linker just takes care of it.  (You can see the differences if you try to take the address of a function without calling it.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136203/new/

https://reviews.llvm.org/D136203



More information about the cfe-commits mailing list