The --print-size help text and documentation claimed that the size was printed instead of the address, but this is incorrect. It is printed as well as the address. This patch fixes this issue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
docs/CommandGuide/llvm-nm.rst | ||
---|---|---|
124 ↗ | (On Diff #204078) | MachO files do not record the size. (There is currently a warning) You may add a note about this if useful. |
docs/CommandGuide/llvm-nm.rst | ||
---|---|---|
124 ↗ | (On Diff #204078) | Sure. I'll add a note to the doc indicating this is not applicable for Mach-O. |