[Lldb-commits] [PATCH] D46753: FileSpec: Remove PathSyntax enum and use llvm version instead

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 14 07:41:18 PDT 2018


labath added a comment.

We don't export the style right now. At some point we may need to teach SBFileSpec about path styles, but at that point I'd just do the translation at the SB level, and let everyone else use the llvm enum.


https://reviews.llvm.org/D46753





More information about the lldb-commits mailing list