[llvm] [llvm-objcopy][COFF] Update WinCFGuard section contents after stripping (PR #153322)
Evgenii Kudriashov via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 22 10:57:08 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:
Dropped original lines before stripping.
https://github.com/llvm/llvm-project/pull/153322
More information about the llvm-commits
mailing list