[PATCH] D14313: Add a libLTO diagnostic handler that supports lto_get_error_message API
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 12:54:31 PST 2015
joker.eph added inline comments.
================
Comment at: tools/llvm-lto/llvm-lto.cpp:115
@@ -114,3 +114,3 @@
case LTO_DS_WARNING:
- errs() << "warning: ";
+ errs() << "Warning: ";
break;
----------------
These changes are unrelated to the rest of this patch right? Please split if it is the case.
http://reviews.llvm.org/D14313
More information about the llvm-commits
mailing list