[Lldb-commits] [PATCH] D15067: Add CMake bits necessary for standalone build
Eugene Zelenko via lldb-commits
lldb-commits at lists.llvm.org
Wed May 11 15:45:28 PDT 2016
Eugene.Zelenko added a comment.
In http://reviews.llvm.org/D15067#427834, @krytarowski wrote:
> In http://reviews.llvm.org/D15067#427814, @Eugene.Zelenko wrote:
>
> > I would like to see implemented my comment about LLVM_CONFIG and find_program().
>
>
> Could you first push this to clang? I don't want to drift from clang myself.
I'm not sure about Clang make files, but I built Clang with LLVM. LLDB is more problematic, so I build it standalone with previously build Clang. This why I'd like to specify path in CMake parameters, not relying in find_program().
Repository:
rL LLVM
http://reviews.llvm.org/D15067
More information about the lldb-commits
mailing list