This is an archive of the discontinued LLVM Phabricator instance.

[X86][inline-asm] Add support for MS 'EVEN' directive
ClosedPublic

Authored by coby on Dec 5 2016, 9:42 AM.

Details

Summary

MS assembly syntax provide us with the 'EVEN' directive as a synonymous to at&t '.even'.
This patch include the (small, simple) changes need to allow it.

llvm-side:
https://reviews.llvm.org/D27417

Differential Revision: https://reviews.llvm.org/D27418

Diff Detail

Repository
rL LLVM

Event Timeline

coby updated this revision to Diff 80280.Dec 5 2016, 9:42 AM
coby retitled this revision from to [X86][inline-asm] Add support for MS 'EVEN' directive.
coby updated this object.
coby set the repository for this revision to rL LLVM.
coby updated this object.
coby added reviewers: myatsina, m_zuckerman.
coby added a subscriber: cfe-commits.
m_zuckerman accepted this revision.Dec 5 2016, 9:59 AM
m_zuckerman edited edge metadata.
This revision is now accepted and ready to land.Dec 5 2016, 9:59 AM
This revision was automatically updated to reflect the committed changes.