[LLVMdev] Circular Deps from CMake build using makefile

Óscar Fuentes ofv at wanadoo.es
Fri Jan 14 16:20:23 PST 2011


Samuel Crow <samuraileumas at yahoo.com> writes:

> I have attached the logfiles here.

I think you didn't set CMAKE_BUILD_TYPE while configuring the cmake
build. On your build directory, please do:

make clean
cmake   -DCMAKE_BUILD_TYPE=Debug    path/to/your/llvm/source/root
make

If that doesn't work, show the exact command lines you used for invoking
cmake and the `configure' script.



More information about the llvm-dev mailing list