stack-sizes 0.4.0

Tools to print stack usage information emitted by LLVM in human readable format
Documentation
1
2
3
4
5
6
7
SECTIONS
{
  .stack_sizes (INFO) :
  {
    KEEP(*(.stack_sizes));
  }
}