[llvm-dev] Dwarf.h & Dwarf.def & Dwarf.cpp doesn't belong to Supoort, belogns to DebugInfo.
罗勇刚(Yonggang Luo) via llvm-dev
llvm-dev at lists.llvm.org
Wed Nov 23 02:56:45 PST 2016
On Tue, Nov 15, 2016 at 11:28 PM, David Blaikie <dblaikie at gmail.com> wrote:
> 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.
>
> If that's the case, Why PDB doesn't have the same thing?
> 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
>>
>
--
此致
礼
罗勇刚
Yours
sincerely,
Yonggang Luo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161123/63969b12/attachment.html>
More information about the llvm-dev
mailing list