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

Anton Korobeynikov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jun 20 12:18:14 PDT 2024


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

Yeah, LGTM!

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


More information about the llvm-branch-commits mailing list