Skip to content

Commit 7a891ef

Browse files
Fix ptrauth tests by removing non-opaque-pointer configuration
(cherry picked from commit 2431969)
1 parent 76a1c33 commit 7a891ef

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

llvm/test/CodeGen/AArch64/arm64e-ptrauth-reloc.ll

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
; RUN: llc < %s -mtriple arm64e-apple-darwin -aarch64-ptrauth-global-dynamic-mat=1 -opaque-pointers=0 | FileCheck %s --check-prefixes=CHECK,OPT,DYN-OPT
2-
; RUN: llc < %s -mtriple arm64e-apple-darwin -O0 -aarch64-ptrauth-global-dynamic-mat=1 -opaque-pointers=0 | FileCheck %s --check-prefixes=CHECK,O0,DYN-O0
3-
; RUN: llc < %s -mtriple arm64e-apple-darwin -aarch64-ptrauth-global-dynamic-mat=0 -opaque-pointers=0 | FileCheck %s --check-prefixes=CHECK,OPT
4-
; RUN: llc < %s -mtriple arm64e-apple-darwin -O0 -aarch64-ptrauth-global-dynamic-mat=0 -opaque-pointers=0 | FileCheck %s --check-prefixes=CHECK,O0
5-
6-
; RUN: llc < %s -mtriple arm64e-apple-darwin -aarch64-ptrauth-global-dynamic-mat=1 -opaque-pointers=1 | FileCheck %s --check-prefixes=CHECK,OPT,DYN-OPT
7-
; RUN: llc < %s -mtriple arm64e-apple-darwin -O0 -aarch64-ptrauth-global-dynamic-mat=1 -opaque-pointers=1 | FileCheck %s --check-prefixes=CHECK,O0,DYN-O0
8-
; RUN: llc < %s -mtriple arm64e-apple-darwin -aarch64-ptrauth-global-dynamic-mat=0 -opaque-pointers=1 | FileCheck %s --check-prefixes=CHECK,OPT
9-
; RUN: llc < %s -mtriple arm64e-apple-darwin -O0 -aarch64-ptrauth-global-dynamic-mat=0 -opaque-pointers=1 | FileCheck %s --check-prefixes=CHECK,O0
1+
; RUN: llc < %s -mtriple arm64e-apple-darwin -aarch64-ptrauth-global-dynamic-mat=1 | FileCheck %s --check-prefixes=CHECK,OPT,DYN-OPT
2+
; RUN: llc < %s -mtriple arm64e-apple-darwin -O0 -aarch64-ptrauth-global-dynamic-mat=1 | FileCheck %s --check-prefixes=CHECK,O0,DYN-O0
3+
; RUN: llc < %s -mtriple arm64e-apple-darwin -aarch64-ptrauth-global-dynamic-mat=0 | FileCheck %s --check-prefixes=CHECK,OPT
4+
; RUN: llc < %s -mtriple arm64e-apple-darwin -O0 -aarch64-ptrauth-global-dynamic-mat=0 | FileCheck %s --check-prefixes=CHECK,O0
105

116
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
127

0 commit comments

Comments
 (0)