[LLVMdev] Hello + Noobish question

Óscar Fuentes ofv at wanadoo.es
Sat Feb 11 06:44:36 PST 2012


"Giovanni [dacav] Simoni" <simgidacav at gmail.com> writes:

> Suppose we have a huge library X written in language LX, which we would be
> able to use from our program Y written in language LY. If both LX and LY
> are supported by LLVM would that be difficult?

LLVM by itself does not hide the differences that makes difficult to mix
different languages.

For instance, clang supports C and C++, but that does not mean that
using a C++ library from C code is any easier.




More information about the llvm-dev mailing list