Skip to content

Commit 66bc175

Browse files
committed
Add CppInterOp API dispatch mechanism
This defines the mechanism which enables dispatching of the CppInterOp API without linking to it, preventing any LLVM or Clang symbols from being leaked into the client application. Can be used to deploy CppInterOp in an environment where dynamic linking is not favourable and the only option is dlopen'ing `libClangCppInterOp.so` with `RTLD_LOCAL`
1 parent 33a3e7e commit 66bc175

File tree

3 files changed

+681
-0
lines changed

3 files changed

+681
-0
lines changed

0 commit comments

Comments
 (0)