compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
47 stars 21 forks source link

dumb question #132

Closed makslevental closed 1 year ago

makslevental commented 1 year ago

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...

makslevental commented 1 year ago

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