Skip to content

Commit

Permalink
No longer extern the CreateInterpreter API
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 committed Jan 29, 2025
1 parent 5edfae3 commit c4bf7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clang/Interpreter/CppInterOp.h
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ namespace Cpp {
///\param[in] Args - the list of arguments for interpreter constructor.
///\param[in] CPPINTEROP_EXTRA_INTERPRETER_ARGS - an env variable, if defined,
/// adds additional arguments to the interpreter.
extern "C" CPPINTEROP_API TInterp_t
CPPINTEROP_API TInterp_t
CreateInterpreter(const std::vector<const char*>& Args = {},
const std::vector<const char*>& GpuArgs = {});

Expand Down

0 comments on commit c4bf7eb

Please sign in to comment.