comparison clang/test/Sema/patchable-function-entry-attr.cpp @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 0572611fdcc8
children 1f2b6ac9f198
comparison
equal deleted inserted replaced
173:0572611fdcc8 207:2e18cbf3894f
1 // RUN: %clang_cc1 -triple aarch64 -fsyntax-only -verify=silence %s 1 // RUN: %clang_cc1 -triple aarch64 -fsyntax-only -verify=silence %s
2 // RUN: %clang_cc1 -triple aarch64_be -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 3 // RUN: %clang_cc1 -triple i386 -fsyntax-only -verify=silence %s
4 // RUN: %clang_cc1 -triple x86_64 -fsyntax-only -verify=silence %s 4 // RUN: %clang_cc1 -triple x86_64 -fsyntax-only -verify=silence %s
5 // RUN: %clang_cc1 -triple riscv32 -fsyntax-only -verify=silence %s
6 // RUN: %clang_cc1 -triple riscv64 -fsyntax-only -verify=silence %s
5 // RUN: %clang_cc1 -triple ppc64le -fsyntax-only -verify %s 7 // RUN: %clang_cc1 -triple ppc64le -fsyntax-only -verify %s
6 8
7 // silence-no-diagnostics 9 // silence-no-diagnostics
8 10
9 // expected-warning@+1 {{unknown attribute 'patchable_function_entry' ignored}} 11 // expected-warning@+1 {{unknown attribute 'patchable_function_entry' ignored}}