From 4b4782bc868bcca7a92f1253529f148eb61cb628 Mon Sep 17 00:00:00 2001 From: Qinkun Bao Date: Tue, 24 Jun 2025 13:11:52 -0400 Subject: Revert "Add support for Windows Secure Hot-Patching" (#145553) Reverts llvm/llvm-project#138972 --- clang/lib/CodeGen/CodeGenModule.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'clang/lib/CodeGen/CodeGenModule.h') diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index cb013fe..1b67d43 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -678,11 +678,6 @@ private: AtomicOptions AtomicOpts; - // A set of functions which should be hot-patched; see - // -fms-hotpatch-functions-file (and -list). This will nearly always be empty. - // The list is sorted for binary-searching. - std::vector MSHotPatchFunctions; - public: CodeGenModule(ASTContext &C, IntrusiveRefCntPtr FS, const HeaderSearchOptions &headersearchopts, -- cgit v1.1