Support: Add PathV2 implementation.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 29 Nov 2010 22:28:51 +0000 (22:28 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 29 Nov 2010 22:28:51 +0000 (22:28 +0000)
commitdffde9964480f946d4308ce936b667b6c37b1059
tree11cddd0a2725d0fd441afa52cf8e5c7c92e3ae01
parent44c1bc14570e77630b5e6711ed42886aad848086
Support: Add PathV2 implementation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120329 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/PathV2.h
lib/Support/CMakeLists.txt
lib/Support/PathV2.cpp [new file with mode: 0644]
lib/Support/Unix/PathV2.inc [new file with mode: 0644]
lib/Support/Windows/PathV2.inc [new file with mode: 0644]
unittests/System/Path.cpp