[clang] [Clang] Disable exceptions by default for GPU targets (PR #205402)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 23 20:57:36 PDT 2026
MaskRay wrote:
Disabling C++ exceptions for GPU targets makes sense to me :) There is no C++ ABI lib or libunwind support.
https://github.com/llvm/llvm-project/pull/205402
More information about the cfe-commits
mailing list