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

Akira Hatanaka via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 15:17:49 PDT 2015


ahatanak added a comment.

With this patch, the warning message looks like this:

test/MC/MachO/coal-sections-x86_64.s:27:11: warning: section "__textcoal_nt" is deprecated

  .section        __TEXT,__textcoal_nt,coalesced,pure_instructions
                      ^           ~~~~~~~~~~

test/MC/MachO/coal-sections-x86_64.s:27:11: note: change section name to "__text"

  .section        __TEXT,__textcoal_nt,coalesced,pure_instructions
                      ^           ~~~~~~~~~~


http://reviews.llvm.org/D13188





More information about the llvm-commits mailing list