[llvm-branch-commits] [clang] [llvm] [clang] Implement function pointer signing and authenticated function calls (PR #93906)

Akira Hatanaka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jun 18 21:56:28 PDT 2024


================
@@ -0,0 +1,10 @@
+// RUN: %clang_cc1 -triple arm64-apple-ios -fptrauth-calls -fptrauth-intrinsics -emit-llvm %s  -o - | FileCheck %s
----------------
ahatanak wrote:

We can probably consolidate some of the tests. I'll look into it later.

https://github.com/llvm/llvm-project/pull/93906


More information about the llvm-branch-commits mailing list