[PATCH] D153125: [lit] Likely fix for symlink path failures after D152709
Nuno Lopes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 16 05:35:38 PDT 2023
nlopes added a comment.
Same issue for me still, sorry:
llvm-lit: /bitbucket/nlopes/llvm/llvm/utils/lit/lit/TestingConfig.py:151: fatal: unable to parse config file '/home/nlopes/llvm/llvm/test/lit.cfg.py', traceback: Traceback (most recent call last):
File "/bitbucket/nlopes/llvm/llvm/utils/lit/lit/TestingConfig.py", line 139, in load_from_path
exec(compile(data, path, "exec"), cfg_globals, None)
File "/home/nlopes/llvm/llvm/test/lit.cfg.py", line 21, in <module>
config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
AttributeError: 'NoneType' object has no attribute 'use_lit_shell'
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153125/new/
https://reviews.llvm.org/D153125
More information about the llvm-commits
mailing list