Charles Davis
2013-Jul-04 12:53 UTC
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
On Jul 4, 2013, at 1:43 AM, 罗勇刚(Yonggang Luo) wrote:> LLVM is a modularized software system, so I hope it's was modularized, > And ELF.h is definitely belongs to Object by classification, > The things that confused me is the ELF.h was placed under Support and > don't know why.Because it's also used by the MC layer's direct object emission support. Chip
罗勇刚(Yonggang Luo)
2013-Jul-05 04:22 UTC
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
在 2013-7-4 下午8:53,"Charles Davis" <cdavis5x at gmail.com>写道:> > > On Jul 4, 2013, at 1:43 AM, 罗勇刚(Yonggang Luo) wrote: > > > LLVM is a modularized software system, so I hope it's was modularized, > > And ELF.h is definitely belongs to Object by classification, > > The things that confused me is the ELF.h was placed under Support and > > don't know why. > Because it's also used by the MC layer's direct object emission support.thanks for your response, did MC layer's direct object emission depends on Object library?> > Chip >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130705/76849517/attachment.html>
Charles Davis
2013-Jul-05 05:21 UTC
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
On Jul 4, 2013, at 10:22 PM, 罗勇刚(Yonggang Luo) wrote:> > 在 2013-7-4 下午8:53,"Charles Davis" <cdavis5x at gmail.com>写道: > > > > > > On Jul 4, 2013, at 1:43 AM, 罗勇刚(Yonggang Luo) wrote: > > > > > LLVM is a modularized software system, so I hope it's was modularized, > > > And ELF.h is definitely belongs to Object by classification, > > > The things that confused me is the ELF.h was placed under Support and > > > don't know why. > > Because it's also used by the MC layer's direct object emission support. > thanks for your response, did MC layer's direct object emission depends on Object library? >Nope. The Object library only reads object files. MC, on the other hand, only writes object files. Chip -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130704/7c07559b/attachment.html>
Maybe Matching Threads
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support