alonid/llvm-3.9.0
Project ID: 12041
Description
Updated 2017 January 29
RPM builds of LLVM + Clang + compiler-rt 3.9.0
- For CentOS and Fedora.
- Installed separately under
/opt/llvm-3.9.0
. See instructions on usage. - Package names contain their versions, so they can be easily installed in conjunction with an older/newer distribution version.
Installation Instructions
Version is contained in packages' names.
E.g. dnf install llvm-3.9.0 clang-3.9.0 compiler-rt-3.9.0
E.g. yum install clang-3.9.0
, will install:
clang-3.9.0
clang-3.9.0-libs
llvm-3.9.0-libs
IMPORTANT usage notes:
Depending on your usage and other installed packages, you may need to set some environment variables:
- You may need to set
PATH
to include/opt/llvm-3.9.0/bin
, depending on your usage patterns. Direct execution of/opt/llvm-3.9.0/bin/clang
should work anyway.
For feedback and more, visit the Github page.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (11023)* | EPEL 7 (1677 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable alonid/llvm-3.9.0
More info about enabling Copr repositories