Skip to content

[Backport to 22][CI] Fix llvm-lit path for LLVM apt packages#3635

Merged
vmaksimo merged 1 commit intoKhronosGroup:llvm_release_220from
vmaksimo:fix-ci-22
Mar 9, 2026
Merged

[Backport to 22][CI] Fix llvm-lit path for LLVM apt packages#3635
vmaksimo merged 1 commit intoKhronosGroup:llvm_release_220from
vmaksimo:fix-ci-22

Conversation

@vmaksimo
Copy link
Contributor

@vmaksimo vmaksimo commented Mar 6, 2026

The llvm-X-tools apt package previously shipped lit as a Python script at build/utils/lit/lit.py.
The packaging now installs a compiled lit binary at bin/lit instead, with a /usr/bin/lit-X symlink.

Updated LLVM_EXTERNAL_LIT` to match the new location.

This is a backport of 3c31709

The `llvm-X-tools` apt package previously shipped `lit` as a Python
script at `build/utils/lit/lit.py`. 
The packaging now installs a compiled `lit` binary at `bin/lit` instead, with a `/usr/bin/lit-X` symlink.

Updated LLVM_EXTERNAL_LIT` to match the new location.
@vmaksimo vmaksimo requested a review from svenvh March 6, 2026 17:49
@vmaksimo vmaksimo marked this pull request as ready for review March 6, 2026 17:49
@vmaksimo
Copy link
Contributor Author

vmaksimo commented Mar 6, 2026

I wonder why it affected LLVM-22, but guess it's because we moved to noble instead of jammy (does it make sense?)

@svenvh
Copy link
Member

svenvh commented Mar 9, 2026

but guess it's because we moved to noble instead of jammy (does it make sense?)

That could explain I suppose. LGTM.

@vmaksimo vmaksimo merged commit dd1ab7f into KhronosGroup:llvm_release_220 Mar 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants