mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
This makes LLDB launch and create a REPL, specifying no target so that the REPL can create one for itself. Also added the "--repl-language" option, which specifies the language to use. Plumbed the relevant arguments and errors through the REPL creation mechanism. llvm-svn: 250773