Fix FileSpec to be able to understand Windows paths.
This patch adds the notion of a "path syntax" to FileSpec. There are two syntaxes (Posix and Windows) and one "meta syntax", Host Native, which uses the current platform to figure out the appropriate syntax for host paths. This allows paths from one platform to be represented and manipulated on another platform even if they have different path syntaxes. llvm-svn: 215123
Loading
Please sign in to comment