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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 17:42:11 PDT 2017


ruiu added a comment.

Please make this last change so that I can sign-off.



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

----------------
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.)


https://reviews.llvm.org/D37240





More information about the llvm-commits mailing list