[Lldb-commits] [PATCH] D74093: [lldb/tests] Correctly configure the lldb dotest arguments
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 5 14:53:18 PST 2020
stella.stamenova created this revision.
stella.stamenova added a reviewer: JDevlieghere.
Herald added subscribers: lldb-commits, mgorny.
Herald added a project: LLDB.
When the generator used for CMake is a multi-configuration generator (such as VS), the arguments passed to dotest are not currently configured correctly. There are a couple of issues:
1. The per-configuration files are all generated for the same configuration since the for loop overwrites the properties
2. Not all of the parameters are configured in the lit cfg, so they end up with %(build_mode)s as configuration and they point to non-existent paths
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74093
Files:
lldb/test/API/lit.site.cfg.py.in
lldb/utils/lldb-dotest/CMakeLists.txt
lldb/utils/lldb-dotest/lldb-dotest.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74093.242753.patch
Type: text/x-patch
Size: 9829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200205/ebff9257/attachment.bin>
More information about the lldb-commits
mailing list