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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 22 02:39:21 PDT 2025


================
@@ -0,0 +1,95 @@
+# Bail out if a section consisting of symidx has unexpected format for patching
----------------
jh7370 wrote:

Don't split strongly-related test cases up into different files. You can use yaml2obj `--docnum` to have multiple YAML docs in the same file, and/or (potentially - not sure if the feature is supported for COFF) `-D` to parameterise them.

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


More information about the llvm-commits mailing list