[PATCH] D70720: [llvm-objdump] Display locations of variables alongside disassembly

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 09:39:52 PDT 2020


MaskRay accepted this revision.
MaskRay added a comment.

In the git description, it may be worth mentioning that ET_EXEC/ET_DYN are not supported yet.



================
Comment at: llvm/lib/Support/FormattedStream.cpp:42
+    // columnWidth returns -1 for non-printing characters.
+    if (Width != -1) {
+      Column += Width;
----------------
Delete excess braces.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70720





More information about the llvm-commits mailing list