[PATCH] D38448: [AsmParser] Support GAS's .print directive
coby via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 1 17:07:31 PDT 2017
coby added inline comments.
================
Comment at: lib/MC/MCParser/AsmParser.cpp:542
+ DK_END,
+ DK_PRINT
};
----------------
javed.absar wrote:
> Putting DK_PRINT beyond DK_END doesn't seem right
ah.. DK_END stands for the ".end" directive and holds no other semantical purposes.. but I can see your point :)
will be relocated.
anything else other than this?
Repository:
rL LLVM
https://reviews.llvm.org/D38448
More information about the llvm-commits
mailing list