[Lldb-commits] [PATCH] D74093: [lldb/tests] Correctly configure the lldb dotest arguments
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 5 16:10:48 PST 2020
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM. I tried your patch with the Xcode generator and everything passes. Thanks for fixing this!
================
Comment at: lldb/test/API/lit.site.cfg.py.in:51
+ config.test_compiler = config.test_compiler % lit_config.params
+ config.dsymutil = config.dsymutil % lit_config.params
+ config.filecheck = config.filecheck % lit_config.params
----------------
Interesting, I wonder why this works for the Xcode generator.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74093/new/
https://reviews.llvm.org/D74093
More information about the lldb-commits
mailing list