-
test/tools/llvm-objcopy/ 2/2
binary-input-and-output.test 1/1
binary-input-arch.test 2/2
binary-input-error.test
| | Authored by rupprecht on Aug 6 2018, 11:34 AM. Event TimelineThis revision now requires changes to proceed. This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | 10 lines | | 75 lines | | 10 lines | | 109 lines | | | | 55 lines | | 145 lines | | 102 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
bfcce1d218b4 | a7b74cdc86d7 | cf29436d76db | Jordan Rupprecht | echo -n -> echo where it doesn't matter | Aug 13 2018, 11:25 AM | cf29436d76db | 099119aac63a | ebfff79bbd19 | Jordan Rupprecht | Other code review comments | Aug 10 2018, 11:35 AM | ebfff79bbd19 | 6cf8330f91db | 41b378504690 | Jordan Rupprecht | Replace printf w/ echo -n | Aug 10 2018, 10:36 AM | 41b378504690 | 8efe0410e766 | 0dc9bc474bfb | Jordan Rupprecht | Fold arch-specific file header tests into a single templated test | Aug 10 2018, 9:57 AM | 0dc9bc474bfb | 1c88d5e9a9dd | 8a34abd7f5a1 | Jordan Rupprecht | Add Elf_Sym TODO | Aug 9 2018, 11:03 AM | 8a34abd7f5a1 | 2f4c30ac9702 | 6537b230f1db | Jordan Rupprecht | Consistently use ELFT typename aliases in headers | Aug 9 2018, 9:30 AM | 6537b230f1db | c29a029a3987 | df58e644f801 | Jordan Rupprecht | Extract out ehdr initialization into initEhdr() | Aug 9 2018, 9:20 AM | df58e644f801 | 14204eb709d8 | 5a0a7b810054 | Jordan Rupprecht | Add sparc/ppc to arch map | Aug 8 2018, 3:01 PM | 5a0a7b810054 | b37e7886b3eb | 80b9afd36228 | Jordan Rupprecht | Remove Ident from object | Aug 8 2018, 2:39 PM | 80b9afd36228 | 3daea1aa3577 | 8ccd74bc9d89 | Jordan Rupprecht | - Pass MachineInfo into BinaryReader to push ELFType template down to only… (Show More…) | Aug 8 2018, 12:49 PM | 8ccd74bc9d89 | 971de3b848b8 | 2819e129bd06 | Jordan Rupprecht | Refactor Object based on code review comments | Aug 6 2018, 3:18 PM | 2819e129bd06 | 0e9a6d751c08 | f8f7cfeaf327 | Jordan Rupprecht | [llvm-objcopy] Add support for -I binary -B <arch>. (Show More…) | Aug 6 2018, 11:19 AM | f8f7cfeaf327 | 29e6594b312c | 9a6db277fcbd | Jordan Rupprecht | refactor builder methods | Aug 6 2018, 11:18 AM | 9a6db277fcbd | c91d8c76070b | 5e1f4176a083 | Jordan Rupprecht | Refactor initSections() | Aug 6 2018, 11:14 AM | 5e1f4176a083 | 13dda3d5b0f8 | 66155c5b5c64 | Jordan Rupprecht | Revert unnecessary ReaderKind | Aug 6 2018, 11:10 AM | 66155c5b5c64 | 58acba59ede8 | c2d28aabf981 | Jordan Rupprecht | Revert some unnecessary changes, add error tests | Aug 6 2018, 11:08 AM | c2d28aabf981 | 5fa5e1d53454 | f198e14ee530 | Jordan Rupprecht | Remove GetOutputElfType | Aug 6 2018, 10:51 AM | f198e14ee530 | 727e8228bb5c | 8165e47aac2b | Jordan Rupprecht | refactor creation of BinaryReader in driver | Aug 3 2018, 5:52 PM | 8165e47aac2b | 0f9d7d2cca70 | b98c017d7d26 | Jordan Rupprecht | Refactor to use a builder | Aug 3 2018, 5:14 PM | b98c017d7d26 | 1757669fd94a | dc400f582b96 | Jordan Rupprecht | Template BinaryReader on ELF type and pass machine info. Add machine info tests. | Aug 3 2018, 3:08 PM | dc400f582b96 | 321e792743d8 | e2416997c07c | Jordan Rupprecht | Embed the real filename as a symbol | Aug 3 2018, 1:27 PM | e2416997c07c | a8d0b1feaa62 | 45101da8c4b8 | Jordan Rupprecht | Implement BinaryReader.create() | Aug 2 2018, 10:13 AM | 45101da8c4b8 | d3a86a5c1024 | e1f78215e6a7 | Jordan Rupprecht | Implement getElfType for binary readers | Aug 1 2018, 3:04 PM | e1f78215e6a7 | fd057fbfe273 | 3f39d7004413 | Jordan Rupprecht | Add machine information | Aug 1 2018, 8:55 AM | 3f39d7004413 | 2a937e42d25e | 64569171270c | Jordan Rupprecht | Go back to Binary | Aug 1 2018, 3:28 PM | 64569171270c | 7c99c08afc3f | ce074791f9ce | Jordan Rupprecht | Rename binary -> blob | Aug 1 2018, 2:24 PM | ce074791f9ce | df240ce1f6a7 | 902af61f757f | Jordan Rupprecht | Add llvm_unreachable to handle missing optional | Aug 1 2018, 11:59 AM | 902af61f757f | e0a837710048 | 9f28b4115c32 | Jordan Rupprecht | Move Reader dependency out of CreateWriter | Aug 1 2018, 11:17 AM | 9f28b4115c32 | 16c8439f218c | a3c8f9925bb9 | Jordan Rupprecht | [llvm-objcopy] NFC: Refactor main objcopy method that takes an ELFReader to a… (Show More…) | Jul 27 2018, 8:54 AM |
|
Is the no new line important to this test? I think it isn't any more.