[Lldb-commits] [PATCH] D54009: Refactor LLDB lit configuration files

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 13 14:45:53 PST 2018


zturner added a comment.

I think it must be related to setting up the environment in which to run
clang.  In all other projects we call llvm_config.use_clang() which is in
llvm/utils/lit/lit/llvm/config.py, but because here we have an exact path
of a clang we are trying to use, we skip this function in LLDB's lit
configuration files.  But there is also a lot of other logic in that
function, so perhaps it's some of that logic that's necessary.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D54009





More information about the lldb-commits mailing list