[clang] [clang-repl] Handle frontend options for clang-repl before calling executeAction (PR #132670)
Anutosh Bhat via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 21 04:48:45 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"
----------------
anutosh491 wrote:
yeah we can start with `-fexceptions` !
That won't hurt.
https://github.com/llvm/llvm-project/pull/132670
More information about the cfe-commits
mailing list