Add GetCurrentDirectory back.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 14 Jun 2013 21:41:33 +0000 (21:41 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 14 Jun 2013 21:41:33 +0000 (21:41 +0000)
commit9e89fe77ce532e1d2704f55159d5474b35645685
tree10c34879e5a5b635997f4522ae28ffe95c94208e
parenta553bede23578dbf5233a28b1e67183d0911096c
Add GetCurrentDirectory back.

It looks like clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp
depends on the behaviour of the old one on Windows. Maybe a difference
between GetCurrentDirectoryA and GetCurrentDirectoryW?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184009 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/PathV1.h
lib/Support/Unix/Path.inc
lib/Support/Windows/Path.inc