[Lldb-commits] [lld] [lldb] [llvm] [lit] cleanup unused imports (PR #143930)
Mikael Holmén via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 12 22:34:56 PDT 2025
mikaelholmen wrote:
Hi,
With this patch libcxx/test/libcxx/selftest/dsl/dsl.sh.py fails.
So if I run
```build-all-builtins/bin/llvm-lit -av build-all-builtins/runtimes/runtimes-x86_64-unknown-linux-gnu-bins/libcxx/test/libcxx/selftest/dsl/dsl.sh.py```
it fails with lots of errors like
```
# | ======================================================================
# | ERROR: test_basic (__main__.TestCompilerMacros)
# | ----------------------------------------------------------------------
# | Traceback (most recent call last):
# | File "/repo/libcxx/test/libcxx/selftest/dsl/dsl.sh.py", line 75, in setUp
# | self.config = lit.TestingConfig.TestingConfig.fromdefaults(self.litConfig)
# | AttributeError: module 'lit' has no attribute 'TestingConfig'
# |
```
Seen in the build bot in the previous comment as well.
https://github.com/llvm/llvm-project/pull/143930
More information about the lldb-commits
mailing list