[PATCH] D47593: [MC] Fallback on DWARF when generating compact unwind on AArch64
Pete Cooper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 31 09:22:40 PDT 2018
pete accepted this revision.
pete added a comment.
This revision is now accepted and ready to land.
Nice catch. This LGTM.
================
Comment at: test/MC/AArch64/arm64-compact-unwind-fallback.s:5
+
+// FIXME: we should add compact unwind support to llvm-objdump -unwind-info
+
----------------
You should be able to get this with:
llvm-objdump -macho -unwind-info ...
https://reviews.llvm.org/D47593
More information about the llvm-commits
mailing list