[Lldb-commits] [PATCH] D29333: [CMake] Add accurate dependency specifications
Chris Bieneman via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 31 11:00:50 PST 2017
beanz added a comment.
@zturner That mechanism does work, however I generally find that it is cleaner to pass named parameters into CMake functions which provides a bit of a self-documenting API, as opposed to relying on known named variables. The named-parameter was introduced for LLD, and I think is the more-modern way of handling this. Eventually I think LLVM should be updated to do the same.
https://reviews.llvm.org/D29333
More information about the lldb-commits
mailing list