[llvm-commits] Proof of concept patch for unifying the .s/ELF emission of .ARM.attributes
Jason Kim
jasonwkim at google.com
Mon Oct 4 17:52:44 PDT 2010
Instead of adding a ARM subclass for MCELFStreamer, I instead use
ARMAsmPrinter class.
Plan is to flush out emitELFAttributes() to emit the blobs in the
.ARM.attributes section.
That way, the arch specific cruft is remains in the arch-specific class.
(existing test covers this patch),
Feedback greatly appreciated.
Diffview: http://codereview.chromium.org/3598009
Thanks for reading!
-Jason
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm-mc-elf-s04.patch
Type: text/x-patch
Size: 5181 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101004/cbe8a434/attachment.bin>
More information about the llvm-commits
mailing list