Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-objcopy][NFC] Use generated object file in COFF/add-section.test | Sergey Dmitriev | 2019-11-15 | 1 | -13/+6 |
| | | | | | | Updated LIT test from D70205 to use generated object file with extended relocation table. Differential Revision: https://reviews.llvm.org/D70269 | ||||
* | [llvm-objcopy][COFF] Add support for extended relocation tables | Sergey Dmitriev | 2019-11-14 | 1 | -0/+32 |
| | | | | | | | | | | | | | | Summary: This patch adds support for COFF objects with extended relocation tables to the llvm-objcopy tool. Reviewers: jhenderson, MaskRay, mstorsjo, alexshap, rupprecht Reviewed By: mstorsjo Subscribers: jakehehrlich, abrachet, seiya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70205 | ||||
* | [llvm-objcopy] Improve --add-section argument string parsing | Sergey Dmitriev | 2019-07-29 | 1 | -4/+9 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D65346 llvm-svn: 367236 | ||||
* | [llvm-objcopy] Add support for --add-section for COFF | Sergey Dmitriev | 2019-07-26 | 1 | -0/+56 |
This patch enables support for --add-section=... option for COFF objects. Differential Revision: https://reviews.llvm.org/D65040 llvm-svn: 367130 |