[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
================
@@ -807,6 +809,32 @@ void CodeViewDebug::emitObjName() {
endSymbolRecord(CompilerEnd);
}
+void CodeViewDebug::emitHotPatchInformation() {
----------------
aganea wrote:
As mentionned before, maybe better to rename to `emitSecureHotPatchInformation()`
https://github.com/llvm/llvm-project/pull/138972
More information about the llvm-commits
mailing list