We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bae18b commit 28a91d8Copy full SHA for 28a91d8
include/clang/Interpreter/CppInterOp.h
@@ -410,7 +410,7 @@ namespace Cpp {
410
///\param[in] Args - the list of arguments for interpreter constructor.
411
///\param[in] CPPINTEROP_EXTRA_INTERPRETER_ARGS - an env variable, if defined,
412
/// adds additional arguments to the interpreter.
413
- TInterp_t CreateInterpreter(const std::vector<const char *> &Args = {});
+ extern "C" TInterp_t CreateInterpreter(const std::vector<const char*> &Args = {});
414
415
/// Checks which Interpreter backend was CppInterOp library built with (Cling,
416
/// Clang-REPL, etcetera). In practice, the selected interpreter should not
0 commit comments