Low Level Virtual Machine
LLVM is a compiler infrastructure designed for compile-time,
link-time, runtime, and idle-time optimization of programs from
arbitrary programming languages.
The compiler infrastructure includes mirror sets of programming
tools as well as libraries with equivalent functionality.
- Developed at devel:tools:compiler
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/llvm && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
assume-opensuse.patch | 0000000400 400 Bytes | |
clang-cmake-lib.patch | 0000000324 324 Bytes | |
llvm-3.0.tar.bz2 | 0013988408 13.3 MB | |
llvm-rpmlintrc | 0000000397 397 Bytes | |
llvm.changes | 0000009121 8.91 KB | |
llvm.spec | 0000011122 10.9 KB | |
set-revision.patch | 0000000293 293 Bytes |
Revision 20 (latest revision is 146)
Stephan Kulow (coolo)
accepted
request 95509
from
Ismail Dönmez (namtrac)
(revision 20)
- Switch to 3-stage bootstrap - Build first stage compiler with -O0 to workaround gcc 4.5 bug - Update to final 3.0 release * No real change since rc2 - Use %{_lib} macro instead of checking for x86_64 - Enable ARM support again - Switch to optimized build - Disable ARM support, VM goes out of memory while compiling it - Really enable ARM support - Remove forcing -frtti
Comments 1
llvm 7.0 has been released; http://llvm.org/releases/7.0.0/llvm-7.0.0.src.tar.xz