diff options
author | Daniel Hoekwater <hoekwater@google.com> | 2024-11-20 17:40:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 17:40:30 -0500 |
commit | 07137ce3e1d7b9f18f579a9a2a4f47ec4270f156 (patch) | |
tree | 657dc8fbe63856ca654aff0bb057503aaf106bcd /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | c58c22638e17a659fbda94d364bda08e0db1fd53 (diff) | |
download | llvm-07137ce3e1d7b9f18f579a9a2a4f47ec4270f156.zip llvm-07137ce3e1d7b9f18f579a9a2a4f47ec4270f156.tar.gz llvm-07137ce3e1d7b9f18f579a9a2a4f47ec4270f156.tar.bz2 |
[CFIFixup] Add frame info to the first block of each section (#113626)
Now that `-fbasic-block-sections=list` is enabled for Arm, functions may
be split aross multiple sections, and CFI information must be handled
independently for each section.
On x86, this is handled in `llvm/lib/CodeGen/CFIInstrInserter.cpp`.
However, this pass does not run on Arm, so we must add logic for it
to `llvm/lib/CodeGen/CFIFixup.cpp`.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions