aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-objcopy/MachO
AgeCommit message (Expand)AuthorFilesLines
2025-06-16[objcopy][MachO] Revert special handling of encryptable binaries (#144058)Daniel Rodríguez Troitiño1-50/+106
2025-03-14[llvm-objcopy] Apply encryptable offset to first segment, not section (#130517)Daniel Rodríguez Troitiño1-3/+9
2025-02-23[llvm-objcopy][mach-o] Fix section finding logic for object files (#127604)Dmitry Nechitaev3-1/+52
2025-02-08[llvm-objcopy] Fix prints wrong path when dump-section output path doesn't ex...Amr Hesham1-0/+4
2025-01-08[ObjCopy] Respect requirements of LC_ENCRYPTION_INFO commands (#120995)Daniel Rodríguez Troitiño1-0/+217
2024-12-24[llvm-objcopy] Add support of symbol modification flags for MachO (#120895)Richard Dzenis4-0/+560
2024-11-29[llvm-objcopy] Always update indirectsymoff in MachO (#117726)Richard Dzenis1-0/+48
2024-05-01[llvm-install-name-tool] Error on non-Mach-O binaries (#90351)Keith Smiley1-0/+19
2023-11-06[objcopy] Implement --weaken, --weaken-symbol(s) flags for Mach-O Object File...Dan Zimmerman2-0/+189
2023-06-03[llvm] Strip stabs symbols in Mach-O when stripping debug infoMike Hommey2-0/+265
2023-05-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta1-12/+44
2022-11-11[objcopy] Fix order of Mach-O LINKEDIT pieces during layoutDaniel Rodríguez Troitiño2-0/+835
2022-10-14[llvm-objcopy][MachO] Add support for LC_DYLIB_CODE_SIGN_DRSKeith Smiley2-0/+381
2022-08-22[llvm-objcopy][MachO] Remove more sections with llvm-bitcode-stripKeith Smiley1-0/+29
2022-05-19[Object] Fix updating darwin archivesKeith Smiley2-2/+14
2022-05-17Revert "[llvm-objcopy][test] Add cmp after copy"Keith Smiley1-1/+0
2022-05-16[llvm-objcopy][test] Add cmp after copyKeith Smiley1-0/+1
2022-05-13[AIX] support write operation of big archive.zhijian1-3/+3
2022-04-05Specify --format for tests to workaround AIX big archive write operationJake Egan1-4/+3
2022-04-01[AIX] XFAIL tests because of no big archive writer operation supportJake Egan1-0/+1
2022-03-07[llvm] remove empty __LLVM segment in llvm-bitcode-stripRichard Howell2-28/+158
2022-03-04[llvm] add -r functionality to llvm-bitcode-stripRichard Howell2-5/+93
2022-03-04[llvm] fix bitcode-strip.test on windowsRichard Howell1-1/+1
2022-03-04[llvm] add -o flag to llvm-bitcode-stripRichard Howell1-0/+44
2022-03-01[objcopy] Refactor CommonConfig to add posibility to specify added/updated se...Alexey Lapshin2-2/+2
2022-02-07[test][llvm-objcopy/mac] Fix invalid strip testsKeith Smiley2-109/+38
2022-02-07[test][llvm-objcopy/mac] Move test to new fileKeith Smiley2-1/+19
2022-01-31[llvm-objcopy][MachO] Ignore LC_LINKER_OPTION when redefining symbolsKeith Smiley1-0/+1
2022-01-23[llvm-objcopy][MachO] Implement --update-sectionAlex Brachet1-0/+115
2021-11-17[llvm-objcopy][MachO] Add llvm-strip support for newer load commandsKeith Smiley2-0/+248
2021-11-12[llvm-obcopy][MachO] Add error for MH_PRELOADKeith Smiley1-0/+16
2021-10-26Unbreak code_signature_lc.test on macOS after 911be05743eb606Nico Weber1-1/+1
2021-10-26[test][objcopy] Replace GNU sed extension with BSD compatible syntax.Daniel Rodríguez Troitiño1-7/+9
2021-10-26Regenerate LC_CODE_SIGNATURE during llvm-objcopy operationsNuri Amari3-20/+774
2021-07-28[llvm-objcopy][MachO] Ignore all LC_SUB_* commands.Daniel Rodríguez Troitiño1-0/+56
2021-07-26[yaml2obj][MachO] Rename PayloadString to ContentFangrui Song10-30/+30
2021-07-15[test] Avoid llvm-readelf/llvm-readobj one-dash long options and deprecated a...Fangrui Song1-8/+8
2021-06-29[llvm-objcopy][MachO] Support LC_LINKER_OPTIMIZATION_HINT load commandFangrui Song1-0/+25
2021-06-29[llvm-objcopy][MachO] Support ARM64_RELOC_ADDENDFangrui Song1-0/+16
2021-06-16[llvm-objcopy][MachO] Copy LC_LINKER_OPTIMIZATION_HINTFangrui Song1-0/+4
2021-06-11[llvm-objcopy][MachO] Do not strip symbols with the flag REFERENCED_DYNAMICAL...Alexander Shaposhnikov2-8/+28
2021-04-30[llvm-readobj] Recognize N_THUMB_DEF as a symbol flagJez Ng1-0/+2
2021-04-28[llvm-objcopy][MachO] Add support for LC_THREAD/LC_UNIXTHREADAlexander Shaposhnikov1-0/+44
2021-04-27Revert "[llvm-objcopy][MachO] Add support for LC_THREAD/LC_UNIXTHREAD"Alexander Shaposhnikov1-43/+0
2021-04-27[llvm-objcopy][MachO] Add support for LC_THREAD/LC_UNIXTHREADAlexander Shaposhnikov1-0/+43
2021-03-08[llvm-objcopy][MachO] Add support for --keep-undefinedAlexander Shaposhnikov1-0/+105
2021-01-29[test] Use host platform specific error message substitution in lit testsAbhina Sreeskantharajan1-2/+2
2021-01-25Revert "[SystemZ][z/OS] Fix No such file or directory expression error"Abhina Sreeskantharajan1-1/+1
2021-01-18[SystemZ][z/OS] Fix No such file or directory expression error matching in li...Abhina Sreeskantharajan1-1/+1
2020-11-07[llvm-objcopy][MachO] Fix adding multiple sectionsCornelius Aschermann1-0/+189