mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 09:53:54 +00:00
Fix a bug introduced by a change in the Archive::writeToDisk interface.
llvm-svn: 29870
This commit is contained in:
parent
ebf083391f
commit
6ea5c4eafb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user