[PATCH] D103887: [StackMaps] Force section serialization for functions with no records

Yevgeny Rouban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 22:04:18 PDT 2021


yrouban abandoned this revision.
yrouban added a comment.

In D103887#2826669 <https://reviews.llvm.org/D103887#2826669>, @yrouban wrote:

> Thank you, Philip. The //.stack_sizes// section seems to be exactly what we need.

One minor issue I had to solve downstream: the //.stack_sizes// section does not have the //ELF::SHF_ALLOC// flag as the //llvm_stackmaps// does. So I had to set this flag in MCObjectFileInfo.cpp.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103887/new/

https://reviews.llvm.org/D103887



More information about the llvm-commits mailing list