[PATCH] D46874: [MC] - Add .stack_size sections into groups and link them with .text

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 23 04:43:57 PDT 2018


jhenderson added a reviewer: jhenderson.
jhenderson added a comment.

I think it would be good to have testing that shows that we fragment .stack_sizes for COMDATs even without -ffunction-sections. Otherwise, this change looks good to me, but you should probably get someone else to take a look too, as I'm still getting to grips with the MC code.


https://reviews.llvm.org/D46874





More information about the llvm-commits mailing list