[Lldb-commits] [PATCH] D25830: Search for llvm-config in LLDB_PATH_TO_LLVM_BUILD first
Michał Górny via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 20 10:00:03 PDT 2016
mgorny added a comment.
I agree. Don't introduce redundant variables when the same result can be achieved using existing means.
(note that `find_program` makes `LLVM_CONFIG` a cache variable implicity, so you don't need to have any explicit support for altering it)
Repository:
rL LLVM
https://reviews.llvm.org/D25830
More information about the lldb-commits
mailing list