[llvm] [MC][debug_frame] Fix a bug in MCDwarfFrameEmitter::emit() so that per-function CIE can be generated when CIEs are different (PR #192727)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 20:25:37 PDT 2026


================
@@ -0,0 +1,253 @@
+//===- llvm/unittest/MC/DwarfDebugFrameCIE.cpp ----------------------------===//
----------------
s-barannikov wrote:

> I've got help from agents in making this test case.

Please add a note about this to the PR description. This is required by our current [AI Tool Use Policy](https://llvm.org/docs/AIToolPolicy.html#policy).
> Contributors should note tool usage in their pull request description, commit message, or wherever authorship is normally indicated for the work. For instance, use a commit message trailer like Assisted-by: .

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


More information about the llvm-commits mailing list