[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:49:50 PDT 2024


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

I've added RUN lines for `aarch64-linux-gnu`.

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


More information about the llvm-branch-commits mailing list