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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 09:59:58 PDT 2018


probinson added a comment.

This is something that has needed doing, thanks!  The code looks plausible to me, but I am not really an ELF expert so I am reluctant to formally approve it.

The test source needs to be IR, not C++; presumably you can just `-emit-llvm -S` on this test to get it.


https://reviews.llvm.org/D46874





More information about the llvm-commits mailing list