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

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 17 03:01:52 PDT 2018


grimar added a comment.

In https://reviews.llvm.org/D46874#1102806, @jhenderson wrote:

> > The default behavior is to group by name.
>
> Ah okay, I haven't really worked with that area. I assume it's the same with other linkers?


Yes. They also will place `.stack_sizes.XXX` and `.stack_sizes.YYY` to different output sections.


https://reviews.llvm.org/D46874





More information about the llvm-commits mailing list