f4a2713ac8
Change-Id: Ia40e9ffdf29b5dab2f122f673ff6802a58bc690f
5 lines
207 B
C
5 lines
207 B
C
// RUN: %clang_cc1 %s -triple powerpc64-unknown-linux-gnu -fasm-blocks -verify -fsyntax-only
|
|
|
|
void f() {
|
|
__asm nop // expected-error {{Unsupported architecture 'powerpc64' for MS-style inline assembly}}
|
|
}
|