diff options
author | Kyungwoo Lee <kyulee@meta.com> | 2024-11-04 17:32:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 17:32:50 -0800 |
commit | ffcf3c8688f57acaf6a404a1238673c9d197ba9a (patch) | |
tree | 7e21d11f9c46b60fe4ed12b409103637a6fcce8a /llvm/lib/CodeGen/SafeStack.cpp | |
parent | 999dfb2067eb75609b735944af876279025ac171 (diff) | |
download | llvm-ffcf3c8688f57acaf6a404a1238673c9d197ba9a.zip llvm-ffcf3c8688f57acaf6a404a1238673c9d197ba9a.tar.gz llvm-ffcf3c8688f57acaf6a404a1238673c9d197ba9a.tar.bz2 |
[CGData][llvm-cgdata] Support for stable function map (#112664)
This introduces a new cgdata format for stable function maps. The raw
data is embedded in the __llvm_merge section during compile time. This
data can be read and merged using the llvm-cgdata tool, into an indexed
cgdata file. Consequently, the tool is now capable of handling either
outlined hash trees, stable function maps, or both, as they are
orthogonal.
Depends on #112662.
This is a patch for
https://discourse.llvm.org/t/rfc-global-function-merging/82608.
Diffstat (limited to 'llvm/lib/CodeGen/SafeStack.cpp')
0 files changed, 0 insertions, 0 deletions