[llvm-dev] Dwarf.h & Dwarf.def & Dwarf.cpp doesn't belong to Supoort, belogns to DebugInfo.

David Blaikie via llvm-dev llvm-dev at lists.llvm.org
Tue Nov 15 07:28:17 PST 2016


libDebugInfo is for generating DWARF, Dwarf.h et al are just for the DWARF
constants.

things like libIR don't need to generate debug info, so they don't depend
on libDebugInfo - but they do use DWARF constants to encode debug info in
the IR (the debug info metadata), so it's useful to have it in Support
instead of having to pull in the full libDebugInfo dependency.

On Mon, Nov 14, 2016 at 11:55 PM 罗勇刚(Yonggang Luo) via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

>
>
> --
>          此致
>> 罗勇刚
> Yours
>     sincerely,
> Yonggang Luo
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161115/de5e2fd5/attachment.html>


More information about the llvm-dev mailing list