[PATCH] D97982: [MC] Introduce NeverAlign fragment type

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 13:31:04 PDT 2021


MaskRay added inline comments.


================
Comment at: llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp:4733
+/// parseDirectiveAvoidEndAlign
+///  ::= .avoid_end_align alignment
+bool X86AsmParser::parseDirectiveAvoidEndAlign(SMLoc L) {
----------------
Amir wrote:
> MaskRay wrote:
> > Are you using the assembly syntax `.avoid_end_align` in tools? Or is it for testing purpose only?
> It's only for testing purposes.
Add a comment to make clear this is not intended for general usage.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97982



More information about the llvm-commits mailing list