[PATCH] D129772: [clang] Document -femit-compact-unwind option in the User’s Manual

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 14 12:02:18 PDT 2022


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: clang/docs/UsersManual.rst:853
+  * ``no-compact-unwind`` - Only emit DWARF unwind when compact unwind encodings
+    aren't available. This is the default for AArch64.
+  * ``always`` - Always emit DWARF unwind regardless.
----------------
nit: I think most things in apple-land call it arm64, not aarch64


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129772/new/

https://reviews.llvm.org/D129772



More information about the cfe-commits mailing list