Skip to content

Commit 4fd37cf

Browse files
committed
Delete clang/test/Driver/ptrauth.c in favor of aarch64-ptrauth.c
1 parent 6dcf86e commit 4fd37cf

File tree

2 files changed

+4
-32
lines changed

2 files changed

+4
-32
lines changed

clang/test/Driver/aarch64-ptrauth.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// RUN: %clang -### -c --target=aarch64 %s 2>&1 | FileCheck %s --check-prefix NONE
2+
// NONE: "-cc1"
3+
// NONE-NOT: "-fptrauth-
4+
15
// RUN: %clang -### -c --target=aarch64 -fno-ptrauth-intrinsics -fptrauth-intrinsics %s 2>&1 | FileCheck %s --check-prefix=INTRIN
26
// INTRIN: "-cc1"{{.*}} "-fptrauth-intrinsics"
37

clang/test/Driver/ptrauth.c

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)