[LLVMdev] Cyclic dependencies while building llvm shared libraries using CMake

Óscar Fuentes ofv at wanadoo.es
Sat Mar 19 08:10:33 PDT 2011


"Christian S. Perone" <christian.perone at gmail.com> writes:

> Hello, I'm facing some problems while building LLVM 2.8 shared libraries
> from source using CMake:
>
> cmake -DBUILD_SHARED_LIBS=true ..
>
> This is the output error:

[snip]

> Does anyone else had the same problem ?

Building LLVM as shared libraries is not a widely used configuration and
at the time there was an strange flip-flop of dependencies among
asmprinters and codegens, so it is no surprise that 2.8 is broken. I've
just checked that the 2.9 branch builds fine, though.




More information about the llvm-dev mailing list