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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits