[cfe-commits] r173365 - /cfe/trunk/test/Sema/ms-inline-asm.c
Chad Rosier
mcrosier at apple.com
Thu Jan 24 12:33:35 PST 2013
Author: mcrosier
Date: Thu Jan 24 14:33:35 2013
New Revision: 173365
URL: http://llvm.org/viewvc/llvm-project?rev=173365&view=rev
Log:
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.
Modified:
cfe/trunk/test/Sema/ms-inline-asm.c
Modified: cfe/trunk/test/Sema/ms-inline-asm.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/ms-inline-asm.c?rev=173365&r1=173364&r2=173365&view=diff
==============================================================================
--- cfe/trunk/test/Sema/ms-inline-asm.c (original)
+++ cfe/trunk/test/Sema/ms-inline-asm.c Thu Jan 24 14:33:35 2013
@@ -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}}
More information about the cfe-commits
mailing list