search for: dependnec

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

Did you mean: dependenc
2013 Oct 31
2
[LLVMdev] Why does cmake use LLVMBuild.txt to specify the LLVM-libs link order?
...ILD_SHARED_LIB) is not satisfied on the link command (the only place the add_dependencies is currently used is to establish a build order of the components.) It seems to me that the LLVMBuild.txt machinery is pretty rigid in dealing with optional dependences: there is no way to specify that a lib dependnece is optional, as LLVMBuild.txt files are not "instantiated" by the configure step, as a *.cmake or *.in file would be. Is there a reason to not use the cmake add_dependencies to establish the link order of the LLVM libs instead of using the LLVMBuild.txt info? Thanks, Sebastian -- Qual...