[LLVMdev] [lld] Diagnostics
Chandler Carruth
chandlerc at google.com
Mon Oct 7 15:59:24 PDT 2013
On Mon, Oct 7, 2013 at 3:36 PM, Rui Ueyama <ruiu at google.com> wrote:
> I think having diagnostics interface similar to Clang's would be good.
Much like the options library, it has been a long-term desire to refactor
all of the Clang diagnostics infrastructure into a largely independent
library that could be used by lots of different tools, Clang, LLD, and even
some internal tools that would benefit from improved diagnostic interfaces.
There is already a heavy similarity between the LLVM diagnostic interfaces
and Clangs, so this might not be completely unreasonable, but it is a
really significant undertaking.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131007/52db1658/attachment.html>
More information about the llvm-dev
mailing list