You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/src/llvm/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ A feature to install LLVM compilers and tools
17
17
|-----|-----|-----|-----|
18
18
| version | LLVM version to install. | string | dev |
19
19
| packages | LLVM packages to install. | string | all |
20
+
| repoVersionOverride | Override the apt repo version component (i.e. `llvm-toolchain-jammy-<ver>`) in case the LLVM repo is in a transitional state and the desired version isn't published to the version-specific URL yet. | string | - |
0 commit comments