Skip to content

Commit afd8d31

Browse files
committed
Add CppInterOp API dispatch mechanism
With this patch, we enable clingwrapper to load all of the CppInterOp API required by cppyy using the gInterpreterLib handle used in TROOT This mechanism cannot open libCling unless libCore is loaded.
1 parent 3048154 commit afd8d31

File tree

8 files changed

+885
-8
lines changed

8 files changed

+885
-8
lines changed

core/metacling/src/TCling.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ clang/LLVM technology.
115115
#include "cling/Utils/SourceNormalization.h"
116116
#include "cling/Interpreter/Exception.h"
117117

118-
#include <CppInterOp/CppInterOp.h>
118+
#include <CppInterOp/CppInterOpDispatch.h>
119119

120120
#include "llvm/IR/GlobalValue.h"
121121
#include "llvm/IR/Module.h"

0 commit comments

Comments
 (0)