llvm-project/llvm/test/tools/llvm-objcopy
Fangrui Song b28412d539 [llvm-objcopy][ELF] Add --set-section-type
The request is mentioned on D129053. I feel that having this functionality is
mildly useful (not strong).

* Rename .ctors to .init_array and change sh_type to SHT_INIT_ARRAY (GNU objcopy
  detects the special name but we don't).
* Craft tests for a new SHT_LLVM_* extension

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D129337
2022-07-13 10:04:21 -07:00
..
COFF [llvm-objcopy] Make llvm-strip --only-keep-debug suppress default --strip-all 2022-04-18 14:16:10 -07:00
ELF [llvm-objcopy][ELF] Add --set-section-type 2022-07-13 10:04:21 -07:00
Inputs
MachO [Object] Fix updating darwin archives 2022-05-19 10:56:26 -07:00
XCOFF [llvm-objcopy] Initial XCOFF32 support. 2022-02-28 04:59:46 -05:00
wasm [WebAssembly][Objcopy] Check that --only-keep-debug removes known sections 2022-06-07 16:47:50 -07:00
dash-dash.test [llvm-strip] Add support for '--' for delimiting options from input files 2021-05-20 03:33:51 -07:00
grouped-options.test [test] Use double pound to denote comments. 2021-07-15 17:39:34 -07:00
redefine-symbols.test
tool-help-message.test [OptTable] Reapply Improve error message output for grouped short options 2021-09-03 11:13:52 +01:00
tool-name.test
tool-version.test