[Lldb-commits] [PATCH] D12984: Resolve symlinks when looking for the LLDB shlib

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 18 14:44:32 PDT 2015


zturner added a comment.

Furthermore, FileSpec can refer to a remote path, so you can't even
guarantee that the OS you're on is the same OS as that which the path
refers to.  So another reason why putting this in FileSpec doesn't make
sense in my opinion.


http://reviews.llvm.org/D12984





More information about the lldb-commits mailing list