Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/tools/llvm-objcopy/MachO/dump-section.test | ||
---|---|---|
65 | It seems reserved3 is optional but reserved[12] are not: // lib/ObjectYAML/MachOYAML.cpp#L279 IO.mapRequired("reserved1", Section.reserved1); IO.mapRequired("reserved2", Section.reserved2); IO.mapOptional("reserved3", Section.reserved3); If some field are not significant in the test, they can be deleted. |
llvm/docs/CommandGuide/llvm-objcopy.rst | ||
---|---|---|
70 | remove "the" before "<section>". |
Comment Actions
Addressed review comments.
llvm/test/tools/llvm-objcopy/MachO/dump-section.test | ||
---|---|---|
65 | Oh I didn't noticed that. Thanks. |
llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp | ||
---|---|---|
85–86 | llvm::copy(Sec.Content, Buf->getBufferStart()) |
llvm/test/tools/llvm-objcopy/MachO/dump-section.test | ||
---|---|---|
5 | -o (it seems -o is more common. I prefer it because it avoids a shell redirection) |
remove "the" before "<section>".