search for: llvmjit_pll

Displaying 1 result from an estimated 1 matches for "llvmjit_pll".

2009 Jun 13
0
[LLVMdev] Bug in CMake Xcode projects
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 f...