File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
llvm/test/CodeGen/AArch64 Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 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
10
5
11
6
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
12
7
You can’t perform that action at this time.
0 commit comments