[llvm-branch-commits] [clang] [Clang] Add pointer field protection feature. (PR #172119)

Peter Collingbourne via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jan 15 18:58:17 PST 2026


================
@@ -4761,6 +4762,36 @@ void CodeGenModule::emitMultiVersionFunctions() {
     emitMultiVersionFunctions();
 }
 
+llvm::GlobalValue *
+CodeGenModule::getPFPDeactivationSymbol(const FieldDecl *FD) {
+  std::string DSName = "__pfp_ds_" + getPFPFieldName(FD);
----------------
pcc wrote:

Done

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


More information about the llvm-branch-commits mailing list