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:41 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.

Test is provided at the following (clang-side) review:
https://reviews.llvm.org/D27418

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

Diff Detail

Repository
rL LLVM

Event Timeline

coby updated this revision to Diff 80279.Dec 5 2016, 9:41 AM
coby retitled this revision from to [X86][inline-asm] Add support for MS 'EVEN' directive.
coby updated this object.
coby added reviewers: myatsina, m_zuckerman.
coby set the repository for this revision to rL LLVM.
coby added a subscriber: llvm-commits.
coby updated this object.Dec 5 2016, 9:43 AM
m_zuckerman accepted this revision.Dec 5 2016, 9:54 AM
m_zuckerman edited edge metadata.

lgtm

This revision is now accepted and ready to land.Dec 5 2016, 9:54 AM
This revision was automatically updated to reflect the committed changes.