This ensures that LLVM sub-projects are being tested with the lit of the same revision.
Details
Details
Diff Detail
Diff Detail
- Repository
- rZORG LLVM Github Zorg
- Build Status
Buildable 182009 Build 274267: arc lint + arc unit
Event Timeline
Comment Actions
Locally this errors out with:
lit: /usr/lib/python3.9/site-packages/lit/TestingConfig.py:100: fatal: unable to parse config file '/home/fedora/llvm-zorg/zorg/buildbot/builders/annotated/build/llvm/utils/lit/lit.site.cfg', traceback: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/lit/TestingConfig.py", line 89, in load_from_path exec(compile(data, path, 'exec'), cfg_globals, None) File "/home/fedora/llvm-zorg/zorg/buildbot/builders/annotated/build/llvm/utils/lit/lit.site.cfg", line 16, in <module> config.llvm_tools_dir = lit_config.substitute("/home/fedora/llvm-zorg/zorg/buildbot/builders/annotated/build/llvm/./bin") AttributeError: 'LitConfig' object has no attribute 'substitute' FAILED: CMakeFiles/check-all
Comment Actions
- Fixup python lit installation and run llvm tests
- remove unused defines from lld cmake and move out of directory which later is overwritten by the next git sparse checkout