[PATCH] D145564: [clang][docs] Clarify the semantics of -fexceptions

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 8 11:24:15 PST 2023


efriedma added a comment.

I'd prefer to focus the documentation more generically on exceptions, not unwind information specifically.  -fexceptions makes code generation change in other ways, and "unwind information" doesn't exist on all targets where exception handling is relevant.


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

https://reviews.llvm.org/D145564



More information about the cfe-commits mailing list