compiler-research/CppInterOp

dumb question

Closed this issue · 1 comments

sorry for cluttering up your issues with a dumb question but: is it possible to use this tool with existing (a priori built) shlibs? it seems like the answer might be yes because cppyy has examples where it calls APIs inside of eg boost but here i only find examples where the C++ needs to first be interpreted by the repl. but maybe i don't know fully understand how clang-repl works and maybe clang-repl already can talk to pre-built shlibs...

closing because i found this https://reviews.llvm.org/D141824