This patch splits the class definition of MCELFStreamer into a header file.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Just a update: Currently, I am working on a simple disassembler for unwind opcodes (something like llvm-objdump --unwind), so that we can write unit test to check the output. However, it takes longer than I thought.
Comment Actions
This patch only refactors the code, split MCELFStreamer into a header, so that in the future we can subclass MCELFStreamer for ARM architecture.
Note: This patch is different from the originally uploaded patch. I decided to split the huge patch into several small patches. For the complete picture about what am I working on, please have a look at https://github.com/loganchien/llvm/compare/fix-arm-ehabi