[llvm-commits] Code refactoring of MCELFStreamer.cpp and ELFObjectWriter.cpp
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Fri Feb 25 16:15:27 PST 2011
On 2011-02-25 15:05, Jan Sjodin wrote:
> Just to keep the code more object-oriented. If a sub-class (I intend to inherit
> from these classes) needs the functions, they will not be available if they are
> hidden as static functions.
So you intent to move the ELFObjectWriter class declaration to a header?
I have the same question as Jason, what do you want to do with it? :-)
> - Jan
Cheers,
Rafael
More information about the llvm-commits
mailing list