[PATCH] D44025: [llvm-symbolizer] Use correct path when resolving .gnu_debuglink in .debug

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 11:11:05 PST 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: JDevlieghere.

lgtm



================
Comment at: lib/DebugInfo/Symbolize/Symbolize.cpp:180
   llvm::sys::path::remove_filename(OrigDir);
   SmallString<16> DebugPath = OrigDir;
   // Try /path/to/original_binary/debuglink_name
----------------
I see, it's supposed to match this.


Repository:
  rL LLVM

https://reviews.llvm.org/D44025





More information about the llvm-commits mailing list