I noticed that when --update-section was added to llvm-objcopy it was not added to the command guide, see 25bcd94234530955c58c6530a9271c813827637c. This change adds it to the docs.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
llvm/docs/CommandGuide/llvm-objcopy.rst | ||
---|---|---|
222 | I don't think --update-section will add a section if it doesn't exist. It just updates the contents of an existing section. Might also be worth mentioning that it must be the same size or smaller. |
Comment Actions
Fixed the description after abrachet's comment and updated the help output to mirror the change.
I don't think --update-section will add a section if it doesn't exist. It just updates the contents of an existing section. Might also be worth mentioning that it must be the same size or smaller.