Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 36982 Build 36981: arc lint + arc unit
Event Timeline
| llvm/test/tools/llvm-objcopy/MachO/dump-section.test | ||
|---|---|---|
| 64 | 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 | ||
|---|---|---|
| 69 ↗ | (On Diff #216123) | remove "the" before "<section>". |
Comment Actions
Addressed review comments.
| llvm/test/tools/llvm-objcopy/MachO/dump-section.test | ||
|---|---|---|
| 64 | Oh I didn't noticed that. Thanks. | |
| llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp | ||
|---|---|---|
| 110–111 | 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) | |
-o (it seems -o is more common. I prefer it because it avoids a shell redirection)