diff options
author | Qinkun Bao <qinkun@google.com> | 2025-06-24 13:11:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-24 13:11:52 -0400 |
commit | 4b4782bc868bcca7a92f1253529f148eb61cb628 (patch) | |
tree | 60cb1942ec0d17efdef9fbf46b575f4db00f77a3 /clang/lib/CodeGen/CodeGenModule.h | |
parent | 0c50971460cb4ff808990ade61e2d5688b9b9d73 (diff) | |
download | llvm-4b4782bc868bcca7a92f1253529f148eb61cb628.zip llvm-4b4782bc868bcca7a92f1253529f148eb61cb628.tar.gz llvm-4b4782bc868bcca7a92f1253529f148eb61cb628.tar.bz2 |
Revert "Add support for Windows Secure Hot-Patching" (#145553)
Reverts llvm/llvm-project#138972
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 5 |
1 files changed, 0 insertions, 5 deletions
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<std::string> MSHotPatchFunctions; - public: CodeGenModule(ASTContext &C, IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS, const HeaderSearchOptions &headersearchopts, |