This is an archive of the discontinued LLVM Phabricator instance.

Add a comment consumer mechanism to MCAsmLexer
ClosedPublic

Authored by olista01 on Dec 7 2016, 3:40 AM.

Details

Summary

This allows clients to register an AsmCommentConsumer with the MCAsmLexer, which receives a callback each time a comment is parsed.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 80562.Dec 7 2016, 3:40 AM
olista01 retitled this revision from to Add a comment consumer mechanism to MCAsmLexer.
olista01 updated this object.
olista01 added reviewers: niravd, phosek.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
niravd accepted this revision.Dec 7 2016, 8:17 AM
niravd edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 7 2016, 8:17 AM
This revision was automatically updated to reflect the committed changes.