llvm-project/llvm/test/tools/llvm-objcopy/MachO
Fangrui Song 28a5dc7fc5 [llvm-objcopy][MachO] Implement --redefine-sym and --redefine-syms
Similar to D46029 (ELF) and D70036 (COFF), but for MachO.
Note, when --strip-symbol (not implemented for MachO) is also specified,
--redefine-sym executes before --strip-symbol.

Reviewed By: jhenderson, seiya

Differential Revision: https://reviews.llvm.org/D70212
2019-11-15 10:05:36 -08:00
..
Inputs Revert "Introduce llvm-install-name-tool" 2019-11-06 17:04:04 -08:00
basic-big-endian-32-copy.test
basic-big-endian-64-copy.test
basic-executable-copy.test Recommit "[llvm-objcopy][MachO] Implement a layout algorithm for executables" 2019-08-19 21:12:02 +00:00
basic-little-endian-32-copy.test
basic-little-endian-64-copy.test
indirect-symbol-table-copy.s [llvm-objcopy] Add REQUIRES directive to fix a test 2019-10-30 16:21:00 +09:00
min-version-load-commands.test [llvm-objcopy][MachO] Add support for min os version load commands 2019-10-25 11:42:29 -07:00
only-section.test [llvm-objcopy][MachO] Implement --only-section 2019-10-28 16:00:20 +09:00
real-world-input-copy.test [llvm-objcopy][MachO] Recompute and update offset/size fields in the writer 2019-06-08 01:22:54 +00:00
redefine-symbol.s [llvm-objcopy][MachO] Implement --redefine-sym and --redefine-syms 2019-11-15 10:05:36 -08:00
remove-section.test [llvm-objcopy][MachO] Implement --remove-section 2019-11-15 14:20:11 +09:00
strip-all.test [llvm-objcopy][MachO] Implement --strip-all 2019-10-31 14:26:46 +09:00