[llvm] [DirectX] Add `extract-section` to `llvm-objcopy` and implement it for `DXContainer` (PR #154804)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 22 02:44:29 PDT 2025
================
@@ -69,6 +69,11 @@ def strip_sections
: Flag<["--"], "strip-sections">,
HelpText<"Remove all section headers and all section data not within segments">;
+defm extract_section
----------------
jh7370 wrote:
Options in this file should be ordered alphabetically.
https://github.com/llvm/llvm-project/pull/154804
More information about the llvm-commits
mailing list