[Lldb-commits] [PATCH] D11357: Resolve DW_AT_comp_dir path if it contains a symlink

Jim Ingham jingham at apple.com
Tue Jul 28 10:28:40 PDT 2015


jingham added a comment.

Thinking about this a little more, it seems like this should really be a host facility, not a platform one.  After all, in order for this bit to do its job, a realpath or its equivalent must succeed on the local system.  So it really is a host feature.  That makes figuring out where to put it a lot easier, but I also think it reflects better what is going on here.


http://reviews.llvm.org/D11357







More information about the lldb-commits mailing list