[llvm] [llvm-objcopy][COFF] Update WinCFGuard section contents after stripping (PR #153322)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 19 01:22:22 PDT 2025


================
@@ -92,6 +94,79 @@ Error COFFWriter::finalizeSymbolContents() {
   return Error::success();
 }
 
+Error COFFWriter::finalizeSymIdxContents() {
+  // CFGuards shouldn't be present in PE
----------------
jh7370 wrote:

Nit: missing full stop.

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


More information about the llvm-commits mailing list