Jason Kim
2010-Nov-09 17:31 UTC
[LLVMdev] FYI: ELFObjectWriter/ELFObjectWriterImpl refactoring TBA (need for ARM/MC/ELF)
This is a heads up - if you aren't into ELF or ARM, you can stop reading :-) I need to add ARM specific relocation support which require some amount of reorg to the exiting ELFObjectWriter.* to remove x86 biases (or at least move them elsewhere). I am currently working on a set of patches, which I will send to commits for review, hopefully in a day or three. Thanks -jason
Jim Grosbach
2010-Nov-09 17:32 UTC
[LLVMdev] FYI: ELFObjectWriter/ELFObjectWriterImpl refactoring TBA (need for ARM/MC/ELF)
On Nov 9, 2010, at 9:31 AM, Jason Kim wrote:> This is a heads up - if you aren't into ELF or ARM, you can stop reading :-) > > I need to add ARM specific relocation support which require some > amount of reorg to the exiting ELFObjectWriter.* to remove x86 biases > (or at least move them elsewhere). > I am currently working on a set of patches, which I will send to > commits for review, hopefully in a day or three.Thanks for the heads up, Jason. Looking forward to seeing the patches! -Jim
Renato Golin
2010-Nov-09 18:14 UTC
[LLVMdev] FYI: ELFObjectWriter/ELFObjectWriterImpl refactoring TBA (need for ARM/MC/ELF)
On 9 November 2010 17:32, Jim Grosbach <grosbach at apple.com> wrote:>> I need to add ARM specific relocation support which require some >> amount of reorg to the exiting ELFObjectWriter.* to remove x86 biases >> (or at least move them elsewhere). > > Thanks for the heads up, Jason. Looking forward to seeing the patches!Hi Jason, Jim, Thanks for sharing. I want to see those patches too, as I need to know where to insert my changes to enable relocations in static constructors and type information (and later on in EH). -- cheers, --renato
Apparently Analagous Threads
- [LLVMdev] FYI: ELFObjectWriter/ELFObjectWriterImpl refactoring TBA (need for ARM/MC/ELF)
- [LLVMdev] [llvm-commits][PATCH] elfobjectwriter patch (ARM/MC/ELF)
- [LLVMdev] MC ELFObjectWriter backend refactoring
- [LLVMdev] MC ELFObjectWriter backend refactoring
- [LLVMdev] MC ELFObjectWriter backend refactoring