[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / clang / test / Sema / patchable-function-entry-attr.cpp
blobbd4d57a7e3093662da23cb7b68adf444ff48388e
1 // RUN: %clang_cc1 -triple aarch64 -fsyntax-only -verify=silence %s
2 // RUN: %clang_cc1 -triple aarch64_be -fsyntax-only -verify=silence %s
3 // RUN: %clang_cc1 -triple i386 -fsyntax-only -verify=silence %s
4 // RUN: %clang_cc1 -triple x86_64 -fsyntax-only -verify=silence %s
5 // RUN: %clang_cc1 -triple loongarch32 -fsyntax-only -verify=silence %s
6 // RUN: %clang_cc1 -triple loongarch64 -fsyntax-only -verify=silence %s
7 // RUN: %clang_cc1 -triple riscv32 -fsyntax-only -verify=silence %s
8 // RUN: %clang_cc1 -triple riscv64 -fsyntax-only -verify=silence %s
9 // RUN: %clang_cc1 -triple powerpc-unknown-linux-gnu -fsyntax-only -verify=silence %s
10 // RUN: %clang_cc1 -triple powerpc64-unknown-linux-gnu -fsyntax-only -verify=silence %s
11 // RUN: %clang_cc1 -triple ppc64le -fsyntax-only -verify %s
12 // RUN: %clang_cc1 -triple powerpc64-ibm-aix-xcoff -fsyntax-only -verify=AIX %s
13 // RUN: %clang_cc1 -triple powerpc-ibm-aix-xcoff -fsyntax-only -verify=AIX %s
15 // silence-no-diagnostics
17 // AIX-error@+2 {{'patchable_function_entry' attribute is not yet supported on AIX}}
18 // expected-warning@+1 {{unknown attribute 'patchable_function_entry' ignored}}
19 [[gnu::patchable_function_entry(0)]] void f();