================ @@ -6,6 +6,8 @@ // //===----------------------------------------------------------------------===// +#if !defined(__USING_SJLJ_EXCEPTIONS__) && !defined(__wasm__) ---------------- dschuff wrote:
`__USING_SJLJ_EXCEPTIONS__` is not just used by wasm. So this is going to affect other platforms, e.g. by adding the definitions below and NO_EXEC_STACK_DIRECTIVE below. Is that intentional? https://github.com/llvm/llvm-project/pull/156087 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits