summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/ms-inline-asm.c
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-01-24 20:33:35 +0000
committerChad Rosier <mcrosier@apple.com>2013-01-24 20:33:35 +0000
commit709863514e2c6921dba1df1075625ca2fab06825 (patch)
tree0122e40a0fc8ca9b420cbdf475f5d370badd92b4 /clang/test/Sema/ms-inline-asm.c
parent282d675b28783254b06f2fbb2f96d3b41e273c6a (diff)
downloadbcm5719-llvm-709863514e2c6921dba1df1075625ca2fab06825.tar.gz
bcm5719-llvm-709863514e2c6921dba1df1075625ca2fab06825.zip
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. llvm-svn: 173365
Diffstat (limited to 'clang/test/Sema/ms-inline-asm.c')
-rw-r--r--clang/test/Sema/ms-inline-asm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Sema/ms-inline-asm.c b/clang/test/Sema/ms-inline-asm.c
index b06c3b14017..d79ed8cb602 100644
--- a/clang/test/Sema/ms-inline-asm.c
+++ b/clang/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}}
OpenPOWER on IntegriCloud