[llvm] Add a support for per function CIE (PR #192727)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 13:52:19 PDT 2026


================
@@ -1979,7 +1979,8 @@ void MCDwarfFrameEmitter::emit(MCObjectStreamer &Streamer, bool IsEH) {
       continue;
 
     CIEKey Key(Frame);
-    if (!LastCIEStart || (IsEH && Key != LastKey)) {
----------------
s-barannikov wrote:

It seems like you should just omit `IsEH` check then.

https://github.com/llvm/llvm-project/pull/192727


More information about the llvm-commits mailing list