[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:46:48 PDT 2024


================
@@ -128,12 +136,12 @@ class CGCallee {
 
   static CGCallee forDirect(llvm::Constant *functionPtr,
                             const CGCalleeInfo &abstractInfo = CGCalleeInfo()) {
-    return CGCallee(abstractInfo, functionPtr);
+    return CGCallee(abstractInfo, functionPtr, CGPointerAuthInfo());
----------------
ahatanak wrote:

Yes. I've fixed that.

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


More information about the llvm-branch-commits mailing list