2020-01-05 07:39:19 +08:00
|
|
|
// RUN: %clang_cc1 -triple aarch64 -fsyntax-only -verify=silence %s
|
2020-05-06 23:31:28 +08:00
|
|
|
// RUN: %clang_cc1 -triple aarch64_be -fsyntax-only -verify=silence %s
|
2020-01-05 07:39:19 +08:00
|
|
|
// RUN: %clang_cc1 -triple i386 -fsyntax-only -verify=silence %s
|
|
|
|
// RUN: %clang_cc1 -triple x86_64 -fsyntax-only -verify=silence %s
|
|
|
|
// RUN: %clang_cc1 -triple ppc64le -fsyntax-only -verify %s
|
|
|
|
|
|
|
|
// silence-no-diagnostics
|
|
|
|
|
|
|
|
// expected-warning@+1 {{unknown attribute 'patchable_function_entry' ignored}}
|
|
|
|
[[gnu::patchable_function_entry(0)]] void f();
|