[clang] [llvm] Add support for Windows hot-patching (PR #138972)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Tue May 13 09:46:33 PDT 2025
================
@@ -176,6 +176,21 @@ class CallerSym : public SymbolRecord {
uint32_t RecordOffset = 0;
};
+class HotPatchFuncSym : public SymbolRecord {
----------------
aganea wrote:
Thanks! Would that tooling remain proprietary, or is it something that will be open-sourced as well, for example for NT drivers developpers?
https://github.com/llvm/llvm-project/pull/138972
More information about the llvm-commits
mailing list