[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support

Charles Davis cdavis5x at gmail.com
Thu Jul 4 22:21:46 PDT 2013


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>


More information about the llvm-dev mailing list