[PATCH] D13188: [MachO] Stop generating *coal* sections.
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 13:05:42 PDT 2015
rafael added a comment.
This is fine by me from a MC perspective.
If no one objects from the MachO side, go for it.
================
Comment at: lib/MC/MCObjectFileInfo.cpp:126
@@ +125,3 @@
+ if (ArchTy != Triple::ppc && ArchTy != Triple::ppc64 &&
+ ArchTy != Triple::ppc64le)
+ Ctx->setMachOCoalSections();
----------------
ppc64le darwin? :-)
http://reviews.llvm.org/D13188
More information about the llvm-commits
mailing list