[Lldb-commits] [PATCH] D15067: Design building out of sources
Eugene Zelenko via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 30 10:19:43 PST 2015
Eugene.Zelenko added a comment.
I build LLVM/Clang with LLVM_ENABLE_WARNINGS=ON, so I'll need to use llvm-config from build directory. I'm not sure how well find_program will work if path to <build directory>/bin will be not added to PATH, so probably will be good idea to allow LLVM_CONFIG to be set in Cmake command line and use find_program only if LLVM_CONFIG is not set.
Repository:
rL LLVM
http://reviews.llvm.org/D15067
More information about the lldb-commits
mailing list