[PATCH] D145564: [clang][docs] Clarify the semantics of -fexceptions
Alex Bradbury via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 8 12:42:27 PST 2023
asb added a comment.
I don't see anything x86_64 specific for `OPT_fexceptions` handling in clang/lib/Driver/ToolChains/Clang.cpp. So perhaps "For most targets, this is enabled by default for C++." It's disabled for the ps4/ps5 toolchains and xcore, hence the "most targets" qualifier.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145564/new/
https://reviews.llvm.org/D145564
More information about the cfe-commits
mailing list