[llvm] Add a support for per function CIE (PR #192727)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 14:00:14 PDT 2026
================
@@ -1979,7 +1979,8 @@ void MCDwarfFrameEmitter::emit(MCObjectStreamer &Streamer, bool IsEH) {
continue;
CIEKey Key(Frame);
- if (!LastCIEStart || (IsEH && Key != LastKey)) {
----------------
jaewookshin701 wrote:
Yes, that will work as well. Also, I like it better if no objections. I'll make that change in an hour or so.
https://github.com/llvm/llvm-project/pull/192727
More information about the llvm-commits
mailing list