repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Sema
/
ms-inline-asm-invalid-arch.c
blob
7dd1fac66f3e140a5a7f11d16194e4cf3a3ee419
1
// RUN: %clang_cc1 %s -triple powerpc64-unknown-linux-gnu -fasm-blocks -verify -fsyntax-only
2
3
void
f
(
void
) {
4
__asm nop
// expected-error {{unsupported architecture 'powerpc64' for MS-style inline assembly}}
5
}