[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:05 PDT 2024
================
@@ -0,0 +1,9 @@
+// RUN: %clang -target arm64-apple-macosx -fptrauth-calls -c %s -### 2>&1 | FileCheck %s --check-prefix PTRAUTH_CALLS
----------------
ahatanak wrote:
I removed the file.
https://github.com/llvm/llvm-project/pull/93906
More information about the llvm-branch-commits
mailing list