[PATCH] D72227: Add options for clang to align branches within 32B boundary
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 9 08:30:59 PST 2020
craig.topper added inline comments.
================
Comment at: clang/include/clang/Driver/Options.td:2196
+ : Joined<["-"], "malign-branch-boundary=">,
+ Group<m_Group>,
+ Flags<[DriverOption, HelpHidden]>,
----------------
MaskRay wrote:
> `Group<m_x86_Features_Group>`
Doesn't m_x86_Features_Group make things get collected for -target-features? I don't think this should be part of that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72227/new/
https://reviews.llvm.org/D72227
More information about the cfe-commits
mailing list