[clang] [llvm] Add support for Windows hot-patching (PR #138972)

Alexandre Ganea via cfe-commits cfe-commits at lists.llvm.org
Tue May 13 09:46:33 PDT 2025


================
@@ -6946,6 +6946,16 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
 
   Args.AddLastArg(CmdArgs, options::OPT_fms_hotpatch);
 
+  if (Arg *A = Args.getLastArg(options::OPT_fms_hotpatch_functions_file)) {
----------------
aganea wrote:

Idem, extra brace.

https://github.com/llvm/llvm-project/pull/138972


More information about the cfe-commits mailing list