This is an archive of the discontinued LLVM Phabricator instance.

Fixed creation of asm target parsers.
ClosedPublic

Authored by ygorshenin on Apr 22 2014, 11:30 AM.

Details

Reviewers
eugenis
Summary

fixed creation of target asm parsers.

Diff Detail

Event Timeline

ygorshenin updated this revision to Diff 8737.Apr 22 2014, 11:30 AM
ygorshenin retitled this revision from to Fixed creation of asm target parsers..
ygorshenin updated this object.
ygorshenin edited the test plan for this revision. (Show Details)
ygorshenin added a reviewer: eugenis.
eugenis accepted this revision.Apr 23 2014, 2:20 AM
eugenis set the repository for this revision to rL LLVM.
eugenis edited edge metadata.
eugenis added a subscriber: Unknown Object (MLST).

This is an update for the MCTargetAsmParser interface change in http://reviews.llvm.org/D3106 and needs to be committed in sync with that change.

LGTM

This revision is now accepted and ready to land.Apr 23 2014, 2:21 AM
eugenis closed this revision.Apr 23 2014, 4:24 AM

Committed in r206970.