Hi, I would like to use both LLVM and Clang C APIs via the runtime ffi of a scripting language. Is it possible to build a libclang.dll that embeds both llvm and clang and exports the Clang and LLVM C APIs (and no C++ symbols) using mingw64? Did anyone tried that before? Thanks!