[clang] [llvm] Add support for Windows hot-patching (PR #138972)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 8 09:33:55 PDT 2025
================
@@ -176,6 +176,21 @@ class CallerSym : public SymbolRecord {
uint32_t RecordOffset = 0;
};
+class HotPatchFuncSym : public SymbolRecord {
----------------
sivadeilra wrote:
Our hot-patch tools read PDBs and then generate metadata that is placed into the final DLL/SYS/EXE, into a COFF section that is reserved for this purpose.
https://github.com/llvm/llvm-project/pull/138972
More information about the llvm-commits
mailing list