]> granicus.if.org Git - clang/commit
Improve the missing ASM parser test for MS-style assembly
authorAlp Toker <alp@nuanti.com>
Fri, 8 Nov 2013 06:50:48 +0000 (06:50 +0000)
committerAlp Toker <alp@nuanti.com>
Fri, 8 Nov 2013 06:50:48 +0000 (06:50 +0000)
commit9a8a5fc5990ee8b06ad30e1c7b55b9dcf36ed140
treec69b9fb128d0e34bbae19fefda2f95e740cf3c67
parentb429192ef4f752cb4dec1785b090d8704e20b195
Improve the missing ASM parser test for MS-style assembly

It's better to test clang-check rather than the internal c-index-test utility.

Also adds a target so we can remove the XFAILs.

Thanks to Richard Barton for spotting the test failure on ARM.

Test originally from r193685.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194249 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/ms-asm-no-target.cpp [deleted file]
test/Tooling/ms-asm-no-target.cpp [new file with mode: 0644]