[PATCH] D133030: [AIX] llvm-readobj support a new option --exception-section for xcoff object file.

Paul Scoropan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 09:53:13 PDT 2022


pscoro added inline comments.


================
Comment at: llvm/tools/llvm-readobj/XCOFFDumper.cpp:145
+    Twine SymInfo = Twine(SymIdx) + " (" + SymName + ")";
+    W.printString("Symbol Index", SymInfo.str());
+  }
----------------
On the example I am running this just prints "Symbol Index: )", although I checked the individual SymIdx and SymName variables and they have the right values.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133030



More information about the llvm-commits mailing list