[llvm] [llvm-objcopy][COFF] Update WinCFGuard section contents after stripping (PR #153322)
Evgenii Kudriashov via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 20 09:10:22 PDT 2025
================
@@ -0,0 +1,201 @@
+# RUN: yaml2obj %s -o %t.in.o
+
+# RUN: llvm-readobj -r -s -x '.gehcont$y' %t.in.o | FileCheck %s --check-prefix=ORIG
----------------
e-kud wrote:
`-x '.gehcont$y'` is to see that contents really changed after stripping.
https://github.com/llvm/llvm-project/pull/153322
More information about the llvm-commits
mailing list