diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2004-12-18 06:42:15 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2004-12-18 06:42:15 +0000 |
commit | 81184bb528f3de5e41c6cc836894feee719a907e (patch) | |
tree | 2f6a85d1aeb2e26739ba4c666a69e8a8069c633a /llvm/lib/System/Win32/Path.cpp | |
parent | 16ce83c3a6541c2c941ed1cbd830320a9491e116 (diff) | |
download | bcm5719-llvm-81184bb528f3de5e41c6cc836894feee719a907e.tar.gz bcm5719-llvm-81184bb528f3de5e41c6cc836894feee719a907e.zip |
Fix win32 breakage
llvm-svn: 19028
Diffstat (limited to 'llvm/lib/System/Win32/Path.cpp')
-rw-r--r-- | llvm/lib/System/Win32/Path.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/Win32/Path.cpp b/llvm/lib/System/Win32/Path.cpp index 3e179eaf48a..9141ce086f2 100644 --- a/llvm/lib/System/Win32/Path.cpp +++ b/llvm/lib/System/Win32/Path.cpp @@ -603,6 +603,7 @@ Path::createTemporaryFile(bool reuse_current) { // Make this into a unique file name makeUnique( reuse_current ); + return true; } } |