This is an archive of the discontinued LLVM Phabricator instance.

Make MCAsmParserSemaCallback::LookupInlineAsmLabel a pure virtual function
ClosedPublic

Authored by ehsan on Sep 21 2014, 7:42 PM.

Details

Summary

r218229 made this function return a dummy nullptr in order to avoid
API breakage between clang/llvm.

Diff Detail

Repository
rL LLVM

Event Timeline

ehsan updated this revision to Diff 13919.Sep 21 2014, 7:42 PM
ehsan retitled this revision from to Make MCAsmParserSemaCallback::LookupInlineAsmLabel a pure virtual function.
ehsan updated this object.
ehsan added a reviewer: rnk.
ehsan added a subscriber: Unknown Object (MLST).
rnk accepted this revision.Sep 22 2014, 9:32 AM
rnk edited edge metadata.

lgtm

Thanks, feel free to commit these kinds of improvements without pre-commit review at your discretion.

This revision is now accepted and ready to land.Sep 22 2014, 9:32 AM
ehsan closed this revision.Sep 22 2014, 12:58 PM
ehsan updated this revision to Diff 13952.

Closed by commit rL218266 (authored by @ehsan).

In D5432#4, @rnk wrote:

Thanks, feel free to commit these kinds of improvements without pre-commit review at your discretion.

Will do, thanks!