This also normalizes the config feature that represents the windows platform to "system-windows" as opposed to having both "windows" and "system-windows"
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This breaks running tests via lit:
$ lit -v tests lit: /usr/lib/python3.7/site-packages/lit/TestingConfig.py:102: fatal: unable to parse config file '/home/mgorny/git/llvm-project/llvm/utils/lit/tests/lit.cfg', traceback: Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/lit/TestingConfig.py", line 89, in load_from_path exec(compile(data, path, 'exec'), cfg_globals, None) File "/home/mgorny/git/llvm-project/llvm/utils/lit/tests/lit.cfg", line 38, in <module> llvm_config.with_environment('PYTHONPATH', lit_path, append_path=True) AttributeError: 'NoneType' object has no attribute 'with_environment'