mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-02 02:22:31 +00:00
Try to fix uninitialized read reported by msan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305528 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a6e29803a
commit
ae75a98ae9
@ -95,5 +95,6 @@ int main(int argc, char **argv) {
|
|||||||
if (Res == 0)
|
if (Res == 0)
|
||||||
Out->keep();
|
Out->keep();
|
||||||
|
|
||||||
|
Out->os().flush();
|
||||||
return Res;
|
return Res;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user