[PATCH] D136203: [ARM] Support -mexecute-only with -mlong-calls.
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 19 10:44:16 PDT 2022
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM with one small change.
================
Comment at: clang/lib/Driver/ToolChains/Arch/ARM.cpp:779
// Supported only on ARMv6T2 and ARMv7 and above.
// Cannot be combined with -mno-movt or -mlong-calls
if (Arg *A = Args.getLastArg(options::OPT_mexecute_only, options::OPT_mno_execute_only)) {
----------------
Fix this comment?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136203/new/
https://reviews.llvm.org/D136203
More information about the cfe-commits
mailing list