[libcxx-commits] [compiler-rt] [libcxx] [llvm] [utils] revamp options controlling lit's output (PR #167192)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 10 09:49:20 PST 2025
================
@@ -45,7 +46,7 @@ def configure(parameters, features, config, lit_config):
for action in actions:
action.applyTo(config)
if lit_config.debug:
----------------
ldionne wrote:
Since you're now calling `lit_config.db`, should we remove the `if lit_config.debug` conditional? Ditto above.
https://github.com/llvm/llvm-project/pull/167192
More information about the libcxx-commits
mailing list