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

Akira Hatanaka via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 12:32:51 PDT 2015


ahatanak updated this revision to Diff 37373.
ahatanak added a comment.

Address Jim's review comments.

This patch makes changes to have the assembler issue a warning to the user if it encounters a directive to switch to a coal section, rather than switching to the corresponding non-coal section.


http://reviews.llvm.org/D13188

Files:
  lib/MC/MCObjectFileInfo.cpp
  lib/MC/MCParser/DarwinAsmParser.cpp
  test/CodeGen/PowerPC/coal-sections.ll
  test/CodeGen/X86/coal-sections.ll
  test/CodeGen/X86/global-sections.ll
  test/MC/MachO/coal-sections-powerpc.s
  test/MC/MachO/coal-sections-x86_64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13188.37373.patch
Type: text/x-patch
Size: 9730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151014/afff6509/attachment.bin>


More information about the llvm-commits mailing list