efriedma added a comment.

The construct you want is pretty similar to a GOT. if you compile with -fPIE 
-fsemantic-interposition, you get basically the code you want, except that the 
compiler uses a plt by default instead of a got.  If we supported -fno-plt for 
ARM, it would be almost exactly what you want.  That said, that won't work with 
-frwpi... maybe we need some new kind of relocation to represent that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136203

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to