[Lldb-commits] [PATCH] D44502: Fix a bug in "target.source-map" where we would resolve unmapped paths incorrectly

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 14 16:27:23 PDT 2018


clayborg added a comment.

The DWARF file that this produces has a DW_AT_comp_dir set to ".". This is similar to how some builds work at Facebook when using Buck to build things.


https://reviews.llvm.org/D44502





More information about the lldb-commits mailing list