projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b8f418
)
Missing )
author
Bill Wendling
<isanbard@gmail.com>
Thu, 9 Jul 2009 08:48:45 +0000
(08:48 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Thu, 9 Jul 2009 08:48:45 +0000
(08:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75126
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CompilerDriver/Main.cpp
patch
|
blob
|
history
diff --git
a/lib/CompilerDriver/Main.cpp
b/lib/CompilerDriver/Main.cpp
index 57d2937b339fa63357cc6e1ab4bc45d579f9bb49..c6e4e1415a06a31de500d51b7555e8c95f6cb0bf 100644
(file)
--- a/
lib/CompilerDriver/Main.cpp
+++ b/
lib/CompilerDriver/Main.cpp
@@
-31,7
+31,7
@@
namespace {
sys::Path getTempDir() {
sys::Path tempDir;
- if (! TempDirname.empty() {
+ if (! TempDirname.empty()
)
{
tempDir = TempDirname;
if (!tempDir.exists()) {
std::string ErrMsg;