[llvm-dev] Build libclang.dll exporting C APIs for both Clang and LLVM

Cosmin Apreutesei via llvm-dev llvm-dev at lists.llvm.org
Thu Jun 20 02:00:08 PDT 2019


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!


More information about the llvm-dev mailing list