[LLVMdev] subclassing MCELFStreamer

Tim Northover t.p.northover at gmail.com
Thu Dec 6 08:35:00 PST 2012


Hi Mario,

On Thu, Dec 6, 2012 at 4:08 PM, Mario Guerra <mariog at codeaurora.org> wrote:
> The last time the topic of subclassing MCELFStreamer came up, you both were
> helpful in identifying ways to handle the use case without requiring
> subclassing. Can you please take a look at the context below and let me know
> if you have any suggestions?

Subclassing MCELFStreamer is probably also necessary to implement
mapping symbols on ARM ELF targets (see the current thread at
http://comments.gmane.org/gmane.comp.compilers.llvm.cvs/124737).

Your refactoring patch on phabricator appears to be a functional
subset of the one I've posted (though obviously not textually
identical). As a smaller patch, it may be best to commit that first
unless there are objections.

Tim.



More information about the llvm-dev mailing list