summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/Path.cpp
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2004-12-18 06:42:15 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2004-12-18 06:42:15 +0000
commit81184bb528f3de5e41c6cc836894feee719a907e (patch)
tree2f6a85d1aeb2e26739ba4c666a69e8a8069c633a /llvm/lib/System/Win32/Path.cpp
parent16ce83c3a6541c2c941ed1cbd830320a9491e116 (diff)
downloadbcm5719-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.cpp1
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;
}
}
OpenPOWER on IntegriCloud