[Lldb-commits] [PATCH] D39215: Default to using in-tree clang for building test executables
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 23 17:48:01 PDT 2017
labath added a comment.
I've played around with this, but I couldn't get the `lit/lit.site.cfg.in` file to see the expanded values of the `$<TARGET_FILE:clang>` generator expression (the reason it works now is because the file is special-casing LLDB_TEST_CLANG=True). Currently, I do not see how to work around that.
So, I propose to separate the functional change from the cleanup, and leave the cleanup part to someone with more cmake-fu. :P
https://reviews.llvm.org/D39215
More information about the lldb-commits
mailing list