[PATCH] D131153: AArch64: disable asynchronous unwind by default for MachO.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 30 13:03:04 PDT 2022


MaskRay added inline comments.


================
Comment at: clang/include/clang/Driver/ToolChain.h:501
+  /// IsAsyncUnwindTablesDefault - Does this tool chain use
+  /// -fasync-unwind-tables by default.
+  virtual bool
----------------
smeenai wrote:
> I believe the option is spelled `-fasynchronous-unwind-tables`.
Changing `IsUnwindTablesDefault` to `unwindTablesDefaultLevel` may be cleaner. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131153



More information about the cfe-commits mailing list