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-2.9.99.svn20111025.tar.bz2 | 0013937253 13.3 MB | |
llvm-pr9614-part1.patch | 0000003308 3.23 KB | |
llvm-pr9614-part2.patch | 0000001020 1020 Bytes | |
llvm-rpmlintrc | 0000000397 397 Bytes | |
llvm.changes | 0000007244 7.07 KB | |
llvm.spec | 0000010826 10.6 KB | |
set-revision.patch | 0000000293 293 Bytes |
Revision 17 (latest revision is 146)
Stephan Kulow (coolo)
accepted
request 89723
from
Ismail Dönmez (namtrac)
(revision 17)
- Add llvm-pr9614-part{1,2}.patch to fix LLVM PR9614 Without this patch clang produces infinite looping code when _FORTIFY_SOURCE=2 is defined. So this is a pretty much a critical fix which I have been trying to get fixed for last 2-3 months.
Comments 1
llvm 7.0 has been released; http://llvm.org/releases/7.0.0/llvm-7.0.0.src.tar.xz