forked from OSchip/llvm-project
parent
0f6bf2dbb8
commit
896ef2be35
|
@ -397,8 +397,6 @@ int main(int argc, char **argv) {
|
|||
Passes.doFinalization();
|
||||
}
|
||||
|
||||
Out->flush();
|
||||
|
||||
// Delete the ostream if it's not a stdout stream
|
||||
if (Out != &fouts()) delete Out;
|
||||
|
||||
|
|
|
@ -469,8 +469,6 @@ bool LTOCodeGenerator::generateAssemblyCode(formatted_raw_ostream& out,
|
|||
|
||||
codeGenPasses->doFinalization();
|
||||
|
||||
out.flush();
|
||||
|
||||
return false; // success
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue