[PATCH] D63521: Teach the symbolizer lib symbolize objects directly.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 19 04:37:33 PDT 2019


jhenderson added a reviewer: pcc.
jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/X86/disassemble-archive-with-source.ll:3
+; The reason this test is written in .ll is that showing source code
+; requires the debuginfo to have the source file path. Since we create
+; the source file ad-hoc in this test, we don't know the path beforehand to
----------------
debuginfo is usually two words (i.e. debug info) or better yet, call it debug data, to avoid confusion with the .debug_info DWARF section.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63521





More information about the llvm-commits mailing list