llvm-project/llvm/test/tools/llvm-objcopy/COFF
Alexey Lapshin a6f3fedc3f [objcopy] Refactor CommonConfig to add posibility to specify added/updated sections as MemoryBuffer.
Current objcopy implementation has a possibility to add or update sections.
The incoming section is specified as a pair: section name and name of the file
containing section data. The interface does not allow to specify incoming
section as a memory buffer. This patch adds possibility to specify incoming
section as a memory buffer.

Differential Revision: https://reviews.llvm.org/D120486
2022-03-01 14:49:41 +03:00
..
Inputs
add-gnu-debuglink.test
add-section-and-set-flags.test
add-section.test [objcopy] Refactor CommonConfig to add posibility to specify added/updated sections as MemoryBuffer. 2022-03-01 14:49:41 +03:00
basic-copy.test
bigobj.test [llvm-objcopy][COFF] Add missing RUN in bigobj.test 2022-02-01 12:00:13 +00:00
check-debug-dir-present.test
debug-dir-unmapped.test
debug-entry-no-payload.test
discard-all.test
only-keep-debug.test
only-section.test
patch-debug-dir.test
patch-debug-dir2.test
pe-fields.test [llvm-objcopy] Implement the PE-COFF specific --subsystem option 2022-01-10 14:44:15 +02:00
redefine-symbol.test
remove-section.test
section-name-encoding.s [llvm-objcopy][COFF] Fix section name encoding 2022-02-21 13:50:57 +02:00
set-section-flags.test
strip-all.test
strip-debug.test
strip-reloc-symbol.test
strip-symbol.test
strip-unneeded.test
subsystem.test [llvm-objcopy] Implement the PE-COFF specific --subsystem option 2022-01-10 14:44:15 +02:00
update-section.test [llvm-objcopy][COFF] Implement --update-section 2022-02-03 21:30:42 +00:00
weak-external.test