[PATCH] D139663: Emit unwind information in the .debug_frame section when the .cfi_sections .debug_frame directive is used.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 15 10:00:47 PST 2022
aprantl added inline comments.
================
Comment at: llvm/test/DebugInfo/AArch64/debugframeinfo.s:1
+# RUN: llvm-mc -filetype=obj --triple=arm64-apple-darwin22.1.0 %s -o %t.o
+# RUN: llvm-dwarfdump -debug-frame %t.o | FileCheck %s
----------------
Sorry, I should have caught this during the review!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139663/new/
https://reviews.llvm.org/D139663
More information about the llvm-commits
mailing list