<div dir="ltr">Hello,<div><br></div><div>This is my first time sending patch to LLVM, so please forgive me if it is not the right way to do it.</div><div><br></div><div>The review request can be found at:</div><div><br></div><div><a href="https://reviews.llvm.org/D45772">https://reviews.llvm.org/D45772</a><br></div><div><br></div><div>Here's the change:</div><div>```</div><div><div>Index: lib/IR/AsmWriter.cpp</div><div>===================================================================</div><div>--- lib/IR/AsmWriter.cpp        (révision 330263)</div><div>+++ lib/IR/AsmWriter.cpp        (copie de travail)</div><div>@@ -2369,6 +2369,7 @@</div><div> }</div><div> </div><div> void AssemblyWriter::printModule(const Module *M) {</div><div>+  Out << '\n';</div><div>   Machine.initialize();</div><div> </div><div>   if (ShouldPreserveUseListOrder)</div></div><div>```</div><div><br></div><div>Please tell me who would be the appropriate reviewer for this.</div><div><br></div><div>Thank you in advance for your help</div><div><br></div><div><div><div class="gmail_signature"><div dir="ltr">Son Tuan Vu</div></div></div>
</div></div>