罗勇刚(Yonggang Luo) via llvm-dev
2016-Nov-15 07:55 UTC
[llvm-dev] Dwarf.h & Dwarf.def & Dwarf.cpp doesn't belong to Supoort, belogns to DebugInfo.
-- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161115/80fd3c17/attachment.html>
David Blaikie via llvm-dev
2016-Nov-15 15:28 UTC
[llvm-dev] Dwarf.h & Dwarf.def & Dwarf.cpp doesn't belong to Supoort, belogns to DebugInfo.
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>
罗勇刚(Yonggang Luo) via llvm-dev
2016-Nov-23 10:56 UTC
[llvm-dev] Dwarf.h & Dwarf.def & Dwarf.cpp doesn't belong to Supoort, belogns to DebugInfo.
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>
Apparently Analagous Threads
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- [LLVMdev] Summer of Code ideas
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- The clang for centos6 are need GLIBC_2.14, but we only have GLIB 2.12 by default.
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support