Commit 3c31709
authored
[CI] Fix llvm-lit path for LLVM 23 apt packages (#3620)
The `llvm-X-tools` apt package previously shipped `lit` as a Python
script at `build/utils/lit/lit.py`.
This path was removed in the Debian/Ubuntu packaging of LLVM 23:
["Install a lit
binary"](https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/-/commit/bedcb23bc00c9fe407725803d73e50ec6c8ecaf9)
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.1 parent 0337510 commit 3c31709
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
0 commit comments