projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
282d675
)
Temporarily XFAIL this test; the compiler will segfault if the target-specific
author
Chad Rosier
<mcrosier@apple.com>
Thu, 24 Jan 2013 20:33:35 +0000
(20:33 +0000)
committer
Chad Rosier
<mcrosier@apple.com>
Thu, 24 Jan 2013 20:33:35 +0000
(20:33 +0000)
parser is not included in the compiler. Thanks to Renato for discovering the
underlying issue.
llvm-svn: 173365
clang/test/Sema/ms-inline-asm.c
patch
|
blob
|
history
diff --git
a/clang/test/Sema/ms-inline-asm.c
b/clang/test/Sema/ms-inline-asm.c
index
b06c3b1
..
d79ed8c
100644
(file)
--- 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}}