We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57925ab commit cb64475Copy full SHA for cb64475
clang/test/Preprocessor/ptrauth_feature.c
@@ -2,7 +2,7 @@
2
// RUN: %clang_cc1 %s -E -triple=arm64-- -target-feature +pauth -fptrauth-calls | FileCheck %s --check-prefixes=CALLS,NOINTRIN,NORETS,NOQUAL,NOFUNC
3
// RUN: %clang_cc1 %s -E -triple=arm64-- -target-feature +pauth -fptrauth-returns | FileCheck %s --check-prefixes=NOCALLS,NOINTRIN,RETS,NOQUAL,NOFUNC
4
// RUN: %clang_cc1 %s -E -triple=arm64-- -target-feature +pauth -fptrauth-intrinsics | FileCheck %s --check-prefixes=NOCALLS,INTRIN,NORETS,QUAL,NOFUNC
5
-// RUN: %clang_cc1 %s -E -triple=arm64e-apple-ios6.0 -target-feature +pauth -fptrauth-intrinsics -fptrauth-function-pointer-type-discrimination | FileCheck %s --check-prefixes=NOCALLS,INTRIN,NORETS,QUAL,FUNC
+// RUN: %clang_cc1 %s -E -triple=arm64e-apple-ios6.0 -target-feature +pauth -fptrauth-intrinsics -fptrauth-function-pointer-type-discrimination -fptrauth-calls | FileCheck %s --check-prefixes=CALLS,INTRIN,NORETS,QUAL,FUNC
6
// RUN: %clang -E %s --target=aarch64-elf -mcpu=apple-a12 -mbranch-protection=pauthabi | FileCheck %s --check-prefixes=INITFINI,VPTR_ADDR_DISCR,VPTR_TYPE_DISCR
7
// RUN: %clang -E %s --target=aarch64-elf -mcpu=apple-a12 -mbranch-protection=pauthabi -fno-ptrauth-init-fini | FileCheck %s --check-prefixes=NOINITFINI
8
// RUN: %clang -E %s --target=aarch64-elf -mcpu=apple-a12 -mbranch-protection=pauthabi -fno-ptrauth-vtable-pointer-address-discrimination | FileCheck %s --check-prefixes=NOVPTR_ADDR_DISCR
0 commit comments