[PATCH] D57146: [llvm-objdump] - Print LMAs when dumping section headers.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 28 03:31:06 PST 2019


grimar added inline comments.


================
Comment at: tools/llvm-objdump/llvm-objdump.cpp:185
+    ShowLMA("show-lma",
+            cl::desc("Display LMA column when dumping ELF section headers"));
+
----------------
jhenderson wrote:
> This should probably be in the documentation.
I do not see any documentation files for llvm-objdump around or in the recent commits. Did you have something in mind? Seems we just do not have them =\


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57146/new/

https://reviews.llvm.org/D57146





More information about the llvm-commits mailing list