[PATCH] D146534: [llvm-nm] Print EC symbol map.

Jacek Caban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 13:10:22 PDT 2023


jacek added a comment.

I think I can see what's happening. Child::StartOfFile is unintialized in this case, but it should be harmless because it's not actually used (I think the same would happen without the patch when listing an empty archive). I will submit a fix after a bit more testing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146534



More information about the llvm-commits mailing list