[llvm-branch-commits] [clang] [clang] Implement pointer authentication for C++ virtual functions, v-tables, and VTTs (PR #94056)

Oliver Hunt via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jun 19 21:19:46 PDT 2024


================
@@ -296,3 +296,21 @@ ConstantAggregateBuilderBase::finishStruct(llvm::StructType *ty) {
   buffer.erase(buffer.begin() + Begin, buffer.end());
   return constant;
 }
+
----------------
ojhunt wrote:

@asl Updating to resolve conflict required bringing this function in that was previously in Akira's work

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


More information about the llvm-branch-commits mailing list