Commit dd1ab7f
authored
[Backport to 22][CI] Fix llvm-lit path for LLVM apt packages (#3635)
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 3c317091 parent 5677865 commit dd1ab7f
1 file changed
+1
-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 | | |
| |||
0 commit comments