[Lldb-commits] [PATCH] D53532: [FileSpec] Add VFS support to FileSpec convenience methods.

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 24 19:05:56 PDT 2018


zturner added a subscriber: JDevlieghere.
zturner added a comment.

It seems like FileSpec was moved out of Utility and into Host. I’m not a
fan of this change, because it took a lot of effort to get it into Utility,
which helped break a lot of bad dependencies. Can we invert this dependency
and move FileSpec back into Utility?


https://reviews.llvm.org/D53532





More information about the lldb-commits mailing list