This is an archive of the discontinued LLVM Phabricator instance.

[MC] Support .dc directives in assembler parser
ClosedPublic

Authored by phosek on Aug 23 2016, 11:35 AM.

Details

Summary

While these directives are mostly aliases for the existing integer and float value directives, some of them like .dc.a have no direct equivalents and are sometimes being used for convenience.

Diff Detail

Event Timeline

phosek updated this revision to Diff 69019.Aug 23 2016, 11:35 AM
phosek retitled this revision from to [MC] Support .dc directives in assembler parser.
phosek updated this object.
phosek set the repository for this revision to rL LLVM.
phosek added a subscriber: llvm-commits.
niravd added a subscriber: niravd.Aug 23 2016, 11:39 AM
echristo accepted this revision.Aug 23 2016, 11:50 AM
echristo added a reviewer: echristo.
echristo added a subscriber: echristo.

Hey, thanks!

This has been on my todo list for a while.

-eric

This revision is now accepted and ready to land.Aug 23 2016, 11:50 AM

No problem, I'm thinking about adding support for .dcb and .ds as a follow up change unless you've already started working on those.

No problem, I'm thinking about adding support for .dcb and .ds as a follow up change unless you've already started working on those.

I haven't so please do feel free :)

This revision was automatically updated to reflect the committed changes.