forked from OSchip/llvm-project
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
This commit is contained in:
parent
282d675b28
commit
709863514e
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue