aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-18 19:59:48 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-18 19:59:48 +0000
commit1edcafe10f05ba17dd1fbf36713fb40f98eca03a (patch)
tree6ce976b39de5f42016cb318fb8ad0cfec0b3802c /lib/System
parent59de33ef3934eb98f0c5dfbfb2c56fb4b80bda56 (diff)
downloadexternal_llvm-1edcafe10f05ba17dd1fbf36713fb40f98eca03a.zip
external_llvm-1edcafe10f05ba17dd1fbf36713fb40f98eca03a.tar.gz
external_llvm-1edcafe10f05ba17dd1fbf36713fb40f98eca03a.tar.bz2
Fix Win32 Path.inc for API update.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91706 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r--lib/System/Win32/Path.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc
index 55b4376..b5f6374 100644
--- a/lib/System/Win32/Path.inc
+++ b/lib/System/Win32/Path.inc
@@ -47,7 +47,7 @@ namespace llvm {
namespace sys {
const char PathSeparator = ';';
-Path::Path(const std::string& p)
+Path::Path(llvm::StringRef p)
: path(p) {
FlipBackSlashes(path);
}