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:
09069b3
)
Fix a bug introduced by a change in the Archive::writeToDisk interface.
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 25 Aug 2006 05:29:36 +0000
(
05:29
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 25 Aug 2006 05:29:36 +0000
(
05:29
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29870
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-ranlib/llvm-ranlib.cpp
patch
|
blob
|
history
diff --git
a/tools/llvm-ranlib/llvm-ranlib.cpp
b/tools/llvm-ranlib/llvm-ranlib.cpp
index a3cdc4119d3c664e30b26a83109ba00016eeca83..f499754ced3ce46eeccc890fb2598fe1c40fdad7 100644
(file)
--- a/
tools/llvm-ranlib/llvm-ranlib.cpp
+++ b/
tools/llvm-ranlib/llvm-ranlib.cpp
@@
-74,7
+74,7
@@
int main(int argc, char **argv) {
if (!TheArchive)
throw err_msg;
- if (
!
TheArchive->writeToDisk(true, false, false, &err_msg ))
+ if (TheArchive->writeToDisk(true, false, false, &err_msg ))
throw err_msg;
if (Verbose)