Make sure FileSystem::Resolve preserves the path/file distinction.
authorAdrian Prantl <aprantl@apple.com>
Wed, 13 Mar 2019 15:54:18 +0000 (15:54 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 13 Mar 2019 15:54:18 +0000 (15:54 +0000)
commit81d03f3a8fe5044375a53d121eefdc742a7fc9da
tree1cd6391b6ce1d444d7e544646f94d4c390aa3944
parent506552351c0f5608c94874bb646a0d964dc2ccbb
Make sure FileSystem::Resolve preserves the path/file distinction.

This should finally fix TestPaths.py.

llvm-svn: 356057
lldb/source/Host/common/FileSystem.cpp