[PATCH] D21743: Convenience function for MCStreamer to get named sections when lowering.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 11:12:47 PDT 2016


rafael added a subscriber: rafael.

================
Comment at: lib/MC/MCAsmStreamer.cpp:1576
@@ +1575,3 @@
+
+MCSection *MCAsmStreamer::getNamedGroupSection(StringRef Section,
+                                               StringRef Identifier,
----------------
I don't think this should be on the streamer, as the ELF and Asm implementations would be identical. This is just a convenience functions and should be implemented once in MCContext.


http://reviews.llvm.org/D21743





More information about the llvm-commits mailing list