summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms-inline-asm-EVEN.c
Commit message (Collapse)AuthorAgeFilesLines
* [fixup][X86][inline-asm] Add support for MS 'EVEN' directiveCoby Tayree2017-04-041-1/+2
| | | | | | refining tested targets resolution, to amend failures caused by rL299454 llvm-svn: 299459
* [X86][inline-asm] Add support for MS 'EVEN' directiveCoby Tayree2017-04-041-0/+15
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 llvm-svn: 299454
OpenPOWER on IntegriCloud