--
You received this message because you are subscribed to the Google Groups "MCLinker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mclinker+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Michele,Thanks a lot for the patch. It looks good. While it's quite a big change that we need some more time to look through it and do some further testing. Besides, there are some coding style differences, for example, a pointer/reference operator in a variable declaration, we expect it to be 'Module& pModule' instead of 'Module &pModule'. Could you please help to refine them?
--
You received this message because you are subscribed to the Google Groups "MCLinker" group.
Hi Michele,Thanks for the fixes. We're currently working on some big style fix and it has mostly been done. We decide to follow Google C++ Style Guide except the include style. For the include style, we follow LLVM's. Also we provide the style checker in MCLinker to check the coding style. (which is "make cpplint". Please find it in Wiki getting start page). So it's very appreciated if you can help to rebase upstream to your change and sorry for the inconvenient.
Another question is that is there any benefit of having ELFReader and ELFWriter merged into one class? While we thought that it would be more clear to separate them
On Wednesday, October 1, 2014 9:28:06 AM UTC+1, Diana Chen wrote:Hi Michele,Thanks for the fixes. We're currently working on some big style fix and it has mostly been done. We decide to follow Google C++ Style Guide except the include style. For the include style, we follow LLVM's. Also we provide the style checker in MCLinker to check the coding style. (which is "make cpplint". Please find it in Wiki getting start page). So it's very appreciated if you can help to rebase upstream to your change and sorry for the inconvenient.
No problem for this. To better understand, should the naming convention be the one reported in the Google C++ Style Guide? Or you decided to adopt only the formatting guidelines?
Another question is that is there any benefit of having ELFReader and ELFWriter merged into one class? While we thought that it would be more clear to separate them
My idea was to have a unique template class to have helper methods for manipulating an ELF given the architecture bitsize and the endianness. In this way the real elf reader and writer can use the unique instance create in the backend object to implement the functionality.
Probably the names GenericELFReaderWriter and ELFReaderWriter are not the perfect choice, but I haven't found a better name. I am open to suggestions :-)
Thanks.
Best regards,
-Michele
Thank you.Best regards,DianaOn Tue, Sep 30, 2014 at 6:38 AM, Michele Scandale <michele....@gmail.com> wrote:Hi Diana,--
in https://github.com/michele-scandale/mclinker/tree/endianness-support you can find the commit that fixes the style inconsistencies.
Please let me know if the whole patch is fine.
Thanks in advance.
Best regards,
-Michele
You received this message because you are subscribed to the Google Groups "MCLinker" group.To unsubscribe from this group and stop receiving emails from it, send an email to mclinker+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "MCLinker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mclinker+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.