[LLVMdev] Bug in CMake Xcode projects
Dean Calver
deano at zombiehousestudios.com
Sat Jun 13 13:53:31 PDT 2009
Hi
I'm using CMake on OSX to generate Xcode projects and compile from
there, however it appears to have problems with the _pll libraries?
Each _pll library depends on the non _pll version, i.e. LLVMJIT_pll
links to libLLVMJIT.a, however it cannot find the non _pll library
even though it claims it has been build already.
I suspect its a pathing issue, and I'm about to dig into the CMake
files to see if I can work it out but figured I'd post here for some
expert knowledge.
There are further failures later on, but I think they might be knock
on from the above link problems (there are half a dozen of the _pll
issues...)
Thanks,
Deano
More information about the llvm-dev
mailing list