[PATCH] D116221: [AArch64][ARM][Clang] Unaligned Access Warning Added
Yuanfang Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 7 11:50:11 PST 2022
ychen added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Arch/AArch64.cpp:223-224
const llvm::Triple &Triple,
const ArgList &Args,
+ llvm::opt::ArgStringList &CmdArgs,
std::vector<StringRef> &Features,
----------------
Sorry if it has been discussed, why the compiler option is not added during constructing the clang job but here? All kinds of clients could call this method, only clang care about this option.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116221/new/
https://reviews.llvm.org/D116221
More information about the cfe-commits
mailing list