[llvm] [MC][debug_frame] Fix a bug in MCDwarfFrameEmitter::emit() so that per-function CIE can be generated when CIEs are different (PR #192727)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 20:19:21 PDT 2026
================
@@ -0,0 +1,253 @@
+//===- llvm/unittest/MC/DwarfDebugFrameCIE.cpp ----------------------------===//
----------------
jaewookshin701 wrote:
The suggested three lines are updated.
> May I ask if this test was created entirely by hand? It looks nice, but you came up with it so quickly
I've got help from agents in making this test case.
https://github.com/llvm/llvm-project/pull/192727
More information about the llvm-commits
mailing list