On Nov 19, 2010, at 2:05 PM, Rafael Espíndola wrote:> The rest is already in Target, so LGTM :-). Move the > MBlazeELFObjectWriter code to ELFObjectWritter.ccp and lets go from > there.Will do. Again, thank for taking a look at this. -- Wesley Peck University of Kansas SLDG Laboratory
On Fri, Nov 19, 2010 at 12:59 PM, Wesley Peck <peckw at wesleypeck.com> wrote:> On Nov 19, 2010, at 2:05 PM, Rafael Espíndola wrote: > >> The rest is already in Target, so LGTM :-). Move the >> MBlazeELFObjectWriter code to ELFObjectWritter.ccp and lets go from >> there. > > Will do. Again, thank for taking a look at this.Heads up: I just lifted some code from X86::RecordRelocation to ELFObjectWriter - More to follow. Thanks, -jason> > -- > Wesley Peck > University of Kansas > SLDG Laboratory > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
> Heads up: I just lifted some code from X86::RecordRelocation to > ELFObjectWriter - > More to follow.Thanks, How far do you want to go? I was playing with the idea of factoring the relocation recording into another class and moving those to lib/Target/*. That way the ELF writer becomes non-virtual again.> Thanks, > -jasonCheers, Rafael
Seemingly Similar Threads
- [LLVMdev] MC ELFObjectWriter backend refactoring
- [LLVMdev] MC ELFObjectWriter backend refactoring
- [LLVMdev] MC ELFObjectWriter backend refactoring
- [LLVMdev] [PATCH] Configurable machine type in ELFObjectWriter
- [LLVMdev] MC ELFObjectWriter backend refactoring