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

Zhiyao Ma via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 19 10:28:35 PDT 2022


ZhiyaoMa98 added a comment.

> Then just assert we aren't execute-only in the non-movw path.

When we are not execute-only, existing code handles it by using constant pools and we are all good.

In the case where we are execute-only and long-calls at the same time, we assert that we have `movt` like in other places in the same source file.


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

https://reviews.llvm.org/D136203



More information about the cfe-commits mailing list