diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-12-18 19:59:48 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-18 19:59:48 +0000 |
| commit | cf7744e44d0a1562339cb7d35f3a25e7fae5392b (patch) | |
| tree | bb59da3cb1d5cc2dd02cef686f8bbd2fdab324d0 /llvm/lib/System/Win32 | |
| parent | c454ecf9d0319ffd287184f17a8cdd5836ff005d (diff) | |
| download | bcm5719-llvm-cf7744e44d0a1562339cb7d35f3a25e7fae5392b.tar.gz bcm5719-llvm-cf7744e44d0a1562339cb7d35f3a25e7fae5392b.zip | |
Fix Win32 Path.inc for API update.
llvm-svn: 91706
Diffstat (limited to 'llvm/lib/System/Win32')
| -rw-r--r-- | llvm/lib/System/Win32/Path.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Win32/Path.inc b/llvm/lib/System/Win32/Path.inc index 55b4376d73d..b5f63743c9c 100644 --- a/llvm/lib/System/Win32/Path.inc +++ b/llvm/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); } |

