mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-01 18:12:49 +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)
|
||||
Out->keep();
|
||||
|
||||
Out->os().flush();
|
||||
return Res;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user