search for: clang_path_to_llvm_build

Displaying 3 results from an estimated 3 matches for "clang_path_to_llvm_build".

2013 Jul 24
0
[LLVMdev] Transitioning build to cmake
...changing the MacPorts llvm-3.4 port from the > configure-based build system to the cmake-based build system. > Thanks for working on this! > 4) Building clang using installed llvm > > It looks like there is some support for building clang against an > installed llvm by setting CLANG_PATH_TO_LLVM_BUILD. This fails miserably > in part because the installed llvm cmake files reference build time paths, > but even after fixing that, there are tons of build failures. I'm guessing > this is still a work in progress, but if I should file bugs, please let me > know. This is probably n...
2013 Jul 24
1
[LLVMdev] Transitioning build to cmake
...d build system to the cmake-based build system. > > Thanks for working on this! No prob. Hopefully we can iron out these wrinkles. >> 4) Building clang using installed llvm >> >> It looks like there is some support for building clang against an installed llvm by setting CLANG_PATH_TO_LLVM_BUILD. This fails miserably in part because the installed llvm cmake files reference build time paths, but even after fixing that, there are tons of build failures. I'm guessing this is still a work in progress, but if I should file bugs, please let me know. > > This is probably not a very g...
2013 Jul 24
6
[LLVMdev] Transitioning build to cmake
...using BUILD_SHARED_LIBS=ON ... the issue is that when the build tries to use the tools, dyld can't find libllvm-3.4svn.dylib because it's not yet installed. 4) Building clang using installed llvm It looks like there is some support for building clang against an installed llvm by setting CLANG_PATH_TO_LLVM_BUILD. This fails miserably in part because the installed llvm cmake files reference build time paths, but even after fixing that, there are tons of build failures. I'm guessing this is still a work in progress, but if I should file bugs, please let me know. -------------- next part --------------...