Skip to content

Commit fdb26a1

Browse files
committed
Use %clang_cc1 instead of %clang
1 parent a33d91b commit fdb26a1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

clang/test/CodeGen/aarch64-elf-pauthabi.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang --target=aarch64-linux -S -emit-llvm -o - \
1+
// RUN: %clang_cc1 -triple aarch64-linux -S -emit-llvm -o - \
22
// RUN: -fptrauth-intrinsics \
33
// RUN: -fptrauth-calls \
44
// RUN: -fptrauth-returns \
@@ -8,27 +8,27 @@
88
// RUN: -fptrauth-init-fini %s | \
99
// RUN: FileCheck %s --check-prefix=ALL
1010

11-
// RUN: %clang --target=aarch64-linux -S -emit-llvm -o - \
11+
// RUN: %clang_cc1 -triple aarch64-linux -S -emit-llvm -o - \
1212
// RUN: -fptrauth-intrinsics %s | FileCheck %s --check-prefix=INTRIN
1313

14-
// RUN: %clang --target=aarch64-linux -S -emit-llvm -o - \
14+
// RUN: %clang_cc1 -triple aarch64-linux -S -emit-llvm -o - \
1515
// RUN: -fptrauth-calls %s | FileCheck %s --check-prefix=CALL
1616

17-
// RUN: %clang --target=aarch64-linux -S -emit-llvm -o - \
17+
// RUN: %clang_cc1 -triple aarch64-linux -S -emit-llvm -o - \
1818
// RUN: -fptrauth-returns %s | FileCheck %s --check-prefix=RET
1919

20-
// RUN: %clang --target=aarch64-linux -S -emit-llvm -o - \
20+
// RUN: %clang_cc1 -triple aarch64-linux -S -emit-llvm -o - \
2121
// RUN: -fptrauth-auth-traps %s | FileCheck %s --check-prefix=TRAP
2222

23-
// RUN: %clang --target=aarch64-linux -S -emit-llvm -o - \
23+
// RUN: %clang_cc1 -triple aarch64-linux -S -emit-llvm -o - \
2424
// RUN: -fptrauth-calls -fptrauth-vtable-pointer-address-discrimination %s | \
2525
// RUN: FileCheck %s --check-prefix=VPTRADDR
2626

27-
// RUN: %clang --target=aarch64-linux -S -emit-llvm -o - \
27+
// RUN: %clang_cc1 -triple aarch64-linux -S -emit-llvm -o - \
2828
// RUN: -fptrauth-calls -fptrauth-vtable-pointer-type-discrimination %s | \
2929
// RUN: FileCheck %s --check-prefix=VPTRTYPE
3030

31-
// RUN: %clang --target=aarch64-linux -S -emit-llvm -o - \
31+
// RUN: %clang_cc1 -triple aarch64-linux -S -emit-llvm -o - \
3232
// RUN: -fptrauth-calls -fptrauth-init-fini %s | \
3333
// RUN: FileCheck %s --check-prefix=INITFINI
3434

0 commit comments

Comments
 (0)