[llvm-dev] [RFC] Error handling in LLVM libraries.

Rafael EspĂ­ndola via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 9 15:08:33 PST 2016


>> * Moving the diagnostic handling code to Support so that all of llvm can
>> use it.
>
>
> Do you mean everything from clang and LLVM? Or just the stuff in LLVM?
> The clang stuff would be a lot of work, but we did something similar for
> libOption when it started becoming clear that multiple programs would
> benefit from it (in particular LLD).

Well, everything *could* use it, but things like clang would probably
stay with the more specialized tools they have.

Cheers,
Rafael


More information about the llvm-dev mailing list