Make constructors target-specific. This fixes problems where the path would
authorNick Lewycky <nicholas@mxc.ca>
Sun, 11 May 2008 17:37:40 +0000 (17:37 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 11 May 2008 17:37:40 +0000 (17:37 +0000)
commitfff116fd58783879812198abdda2fc33d4bc1cac
treec98a8355080e18bcc45f48f0c75192f07c2608fd
parent64d69102a115fff25d01662e62389da4fa56fa30
Make constructors target-specific. This fixes problems where the path would
include backslashes on Windows. This should fix llvm-ld problems on win32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50960 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Path.h
lib/System/Unix/Path.inc
lib/System/Win32/Path.inc