llvm-project/llvm/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
..
BitcodeStripOpts.td [llvm] add -r functionality to llvm-bitcode-strip 2022-03-04 13:28:28 -08:00
CMakeLists.txt LLVM Driver Multicall tool 2022-06-06 04:27:32 +00:00
CommonOpts.td [llvm-objcopy][MachO] Add support for --keep-undefined 2021-03-08 18:57:25 -08:00
InstallNameToolOpts.td [llvm-install-name-tool] Add -prepend_rpath option 2020-10-23 15:01:03 -07:00
ObjcopyOptions.cpp [llvm-objcopy][ELF] Add --set-section-type 2022-07-13 10:04:21 -07:00
ObjcopyOptions.h [llvm] add -r functionality to llvm-bitcode-strip 2022-03-04 13:28:28 -08:00
ObjcopyOpts.td [llvm-objcopy][ELF] Add --set-section-type 2022-07-13 10:04:21 -07:00
StripOpts.td
llvm-objcopy.cpp LLVM Driver Multicall tool 2022-06-06 04:27:32 +00:00