[PATCH] D37240: Fix crbug 759265 by suppressing llvm mt warnings.

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 18:25:17 PDT 2017


ecbeckmann added inline comments.


================
Comment at: lld/test/lit.cfg:276
+    config.available_features.add('libxml2')
\ No newline at end of file

----------------
ruiu wrote:
> When you see this "No newline at end of file" message on Phab, it means that the last line of your new file does not end with '\n'. It is usually preferred that every line ends with '\n', so please add it here. (It does not mean that I want you to add a blank line at the end of this file. Or, in other words, I'm not asking you to end this file with "\n\n". What I'm saying is to end this file with "\n" which currently is not.)
Yes I know, I just forgot to check all the files again this time :P


https://reviews.llvm.org/D37240





More information about the llvm-commits mailing list