[clang] [clang-repl] Handle frontend options for clang-repl before calling executeAction (PR #132670)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 21 04:30:23 PST 2026


================
@@ -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


More information about the cfe-commits mailing list