================
@@ -0,0 +1,13 @@
+// RUN: %clang_cc1 -triple arm64-apple-ios                    -emit-llvm %s  
-o - | FileCheck %s --check-prefixes=ALL,OFF
+// RUN: %clang_cc1 -triple arm64e-apple-ios                   -emit-llvm %s  
-o - | FileCheck %s --check-prefixes=ALL,OFF
+
+// RUN: %clang_cc1 -triple arm64-apple-ios  -fptrauth-calls   -emit-llvm %s  
-o - | FileCheck %s --check-prefixes=ALL,CALLS
----------------
kovdan01 wrote:

I'm OK with any Apple-specific RUN lines if you really want to have all of 
them, but this one and the next one seem to duplicate each other. I suppose 
there should be a separate test which checks that arm64e target enabled desired 
ptrauth flags, and then you can just use either arm64e or arm64 with explicitly 
specified flags in RUN lines in codegen tests.

Feel free to ignore - everything Apple-related is not what I'm going to debate 
:)

https://github.com/llvm/llvm-project/pull/93906
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to