================ @@ -80,6 +80,7 @@ target_link_options(ClangReplInterpreterTests PUBLIC "SHELL: -s ALLOW_MEMORY_GROWTH=1" PUBLIC "SHELL: -s STACK_SIZE=32mb" PUBLIC "SHELL: -s INITIAL_MEMORY=128mb" + PUBLIC "SHELL: -s NO_DISABLE_EXCEPTION_CATCHING" ---------------- mcbarton wrote:
Will run this PR locally and get back to you. Do we need the `-fexceptions` flag here just like CppInterOps tests https://github.com/compiler-research/CppInterOp/blob/59f23e61649bc56d66242d0a3f4017f4752b1dda/unittests/CppInterOp/CMakeLists.txt#L63 https://github.com/llvm/llvm-project/pull/132670 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
