[PATCH] D112421: [clang][ARM] PACBTI-M frontend support
Oliver Stannard (Linaro) via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 28 02:43:29 PDT 2021
ostannard added a comment.
In the commit message: s/armclang/clang/
================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:1832
// Enable/disable return address signing and indirect branch targets.
if (Arg *A = Args.getLastArg(options::OPT_msign_return_address_EQ,
options::OPT_mbranch_protection_EQ)) {
----------------
This block is duplicating the behaviour of the `CollectARMPACBTIOptions` call below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112421/new/
https://reviews.llvm.org/D112421
More information about the cfe-commits
mailing list