diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-01-24 20:33:35 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-01-24 20:33:35 +0000 |
commit | 872a6f6bfecf462a7cb1f124e2f5ee31c7a7e39d (patch) | |
tree | 38b3142279131266199f164e6f7581ca0bf51689 | |
parent | ae07378ff9bf4af9bdd97a4607437ace4c32b7e7 (diff) |
Temporarily XFAIL this test; the compiler will segfault if the target-specific
parser is not included in the compiler. Thanks to Renato for discovering the
underlying issue.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173365 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Sema/ms-inline-asm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/ms-inline-asm.c b/test/Sema/ms-inline-asm.c index b06c3b1401..d79ed8cb60 100644 --- a/test/Sema/ms-inline-asm.c +++ b/test/Sema/ms-inline-asm.c @@ -1,5 +1,6 @@ // REQUIRES: x86-64-registered-target // RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fasm-blocks -Wno-microsoft -verify -fsyntax-only +// XFAIL: * void t1(void) { __asm __asm // expected-error {{__asm used with no assembly instructions}} |