Skip to content

Commit 1ddf97d

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 1f43b4e commit 1ddf97d

File tree

3 files changed

+681
-0
lines changed

3 files changed

+681
-0
lines changed

0 commit comments

Comments
 (0)