[PATCH] D13188: [MachO] Stop generating *coal* sections.

Akira Hatanaka via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 13:18:51 PDT 2015


ahatanak added inline comments.

================
Comment at: lib/MC/MCObjectFileInfo.cpp:126
@@ +125,3 @@
+  if (ArchTy != Triple::ppc && ArchTy != Triple::ppc64 &&
+      ArchTy != Triple::ppc64le)
+    Ctx->setMachOCoalSections();
----------------
rafael wrote:
> ppc64le darwin? :-)
OK, that check isn't needed.


http://reviews.llvm.org/D13188





More information about the llvm-commits mailing list