|
1 | | -// RUN: %clang_cc1 -triple arm64-apple-ios -target-feature "+pauth" -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,OFF |
| 1 | +// RUN: %clang_cc1 -triple arm64-apple-ios -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,OFF |
2 | 2 |
|
3 | | -// RUN: %clang_cc1 -triple arm64-apple-ios -target-feature "+pauth" -fptrauth-returns -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,RETS |
4 | | -// RUN: %clang_cc1 -triple arm64e-apple-ios -target-feature "+pauth" -fptrauth-returns -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,RETS |
5 | | -// RUN: %clang_cc1 -triple arm64e-apple-ios -target-feature "+pauth" -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,OFF |
| 3 | +// RUN: %clang_cc1 -triple arm64-apple-ios -fptrauth-returns -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,RETS |
| 4 | +// RUN: %clang_cc1 -triple arm64e-apple-ios -fptrauth-returns -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,RETS |
| 5 | +// RUN: %clang_cc1 -triple arm64e-apple-ios -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,OFF |
6 | 6 |
|
7 | | -// RUN: %clang_cc1 -triple arm64-apple-ios -target-feature "+pauth" -fptrauth-calls -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,CALLS |
8 | | -// RUN: %clang_cc1 -triple arm64e-apple-ios -target-feature "+pauth" -fptrauth-calls -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,CALLS |
9 | | -// RUN: %clang_cc1 -triple arm64e-apple-ios -target-feature "+pauth" -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,OFF |
| 7 | +// RUN: %clang_cc1 -triple arm64-apple-ios -fptrauth-calls -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,CALLS |
| 8 | +// RUN: %clang_cc1 -triple arm64e-apple-ios -fptrauth-calls -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,CALLS |
| 9 | +// RUN: %clang_cc1 -triple arm64e-apple-ios -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,OFF |
10 | 10 |
|
11 | | -// RUN: %clang_cc1 -triple arm64-apple-ios -target-feature "+pauth" -fptrauth-auth-traps -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,TRAPS |
12 | | -// RUN: %clang_cc1 -triple arm64e-apple-ios -target-feature "+pauth" -fptrauth-auth-traps -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,TRAPS |
13 | | -// RUN: %clang_cc1 -triple arm64e-apple-ios -target-feature "+pauth" -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,OFF |
| 11 | +// RUN: %clang_cc1 -triple arm64-apple-ios -fptrauth-auth-traps -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,TRAPS |
| 12 | +// RUN: %clang_cc1 -triple arm64e-apple-ios -fptrauth-auth-traps -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,TRAPS |
| 13 | +// RUN: %clang_cc1 -triple arm64e-apple-ios -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,OFF |
14 | 14 |
|
15 | | -// RUN: %clang_cc1 -triple arm64e-apple-ios -target-feature "+pauth" -mbranch-target-enforce -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,BTI |
| 15 | +// RUN: %clang_cc1 -triple arm64e-apple-ios -mbranch-target-enforce -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,BTI |
16 | 16 |
|
17 | 17 | // ALL-LABEL: define void @test() #0 |
18 | 18 | void test() { |
|
0 commit comments