[PATCH] D85623: [llvm-objdump] Change symbol name/PLT decoding errors to warnings

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 00:35:05 PDT 2020


jhenderson added inline comments.


================
Comment at: llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp:571-573
+      if (!Addr.first)
+        continue;
+      object::SymbolRef Sym(*Addr.first, Object);
----------------
This is either unrelated and/or untested, I think?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85623



More information about the llvm-commits mailing list