[libcxx-commits] [compiler-rt] [libcxx] [llvm] [utils] revamp options controlling lit's output (PR #167192)

Henrik G. Olsson via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 10 19:04:11 PST 2025


================
@@ -45,7 +46,7 @@ def configure(parameters, features, config, lit_config):
         for action in actions:
             action.applyTo(config)
             if lit_config.debug:
----------------
hnrklssn wrote:

I kept it to reduce breakage, especially for downstream users. I'll remove upstream uses of `lit_config.debug`, but originally I removed it and named the logging function `debug`, which would result in all `if lit_config.debug:` statements to fire. So keeping the field around for now is pretty low cost and should let downstream configs just keep working as is.

https://github.com/llvm/llvm-project/pull/167192


More information about the libcxx-commits mailing list