[PATCH] D13188: [MachO] Stop generating *coal* sections.
Jim Grosbach via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 15:43:44 PDT 2015
grosbach added a comment.
If an assembly file explicitly references a section with the old name, we should not be re-mapping that to the new name. People writing assembly expect the output to be exactly what they put in the .s file and we should honor that.
That said, a warning diagnostic saying that those sections are deprecated would be a reasonable follow-up patch.
http://reviews.llvm.org/D13188
More information about the llvm-commits
mailing list