# See https://apt.llvm.org/, info below may get outdated
[f"deb{archive_type} https://apt.llvm.org/{distro}/ llvm-toolchain-{distro}{llvm_version} main"
for archive_type in ["", "-src"]
for distro in [
# Debian:
"jessie", "stretch", "unstable",
# Ubuntu:
"trusty", "xenial", "bionic", "cosmic", "disco",
# EOL Ubuntu versions (archive still available though):
"precise", "quantal", "raring", "saucy", "utopic", "artful"
]
for llvm_version in ["", "-7", "-8"]]
镜像简介:
Official nightly and release builds of LLVM for Debian i386, Debian amd64 and Ubuntu amd64.
Debian i386、Debian amd64 和 Ubuntu amd64 上的 LLVM 官方 nightly 和发行版本二进制安装包。
类别: New mirror
镜像名: apt.llvm.org
上游路径:
镜像简介: Official nightly and release builds of LLVM for Debian i386, Debian amd64 and Ubuntu amd64. Debian i386、Debian amd64 和 Ubuntu amd64 上的 LLVM 官方 nightly 和发行版本二进制安装包。