This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Parse Tag_compatibility correctly.
ClosedPublic

Authored by chatur01 on Dec 18 2014, 5:30 AM.

Details

Reviewers
t.p.northover
Summary

Tag_compatibility takes two arguments, but before this patch it would
erroneously accept just one, it now produces an error in that case.

Diff Detail

Event Timeline

chatur01 retitled this revision from to [ARM] Parse Tag_compatibility correctly..
chatur01 updated this object.
chatur01 edited the test plan for this revision. (Show Details)
chatur01 set the repository for this revision to rL LLVM.
chatur01 added a subscriber: Unknown Object (MLST).

Hi Charlie,

Just one question on the test:

test/MC/ARM/directive-eabi_attribute-diagnostics.s
31

Is this supposed to be Tag_compatibility?

Sorry about that Tim, oversight. Thank you for reviewing.

Merry Christmas!

t.p.northover accepted this revision.Dec 19 2014, 12:05 PM
t.p.northover added a reviewer: t.p.northover.

Thanks Charlie, that looks fine then.

Tim.

This revision is now accepted and ready to land.Dec 19 2014, 12:05 PM

Thanks for reviewing again Tim :) Committed r225167.