Low Level Virtual Machine
http://www.llvm.org
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.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools:compiler/llvm7 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000001049 1.02 KB | |
assume-opensuse.patch | 0000001184 1.16 KB | |
baselibs.conf | 0000000387 387 Bytes | |
cfe-7.0.1.src.tar.xz | 0012488668 11.9 MB | |
cfe-docs-7.0.1.src.tar.xz | 0000955428 933 KB | |
clang-deterministic-selector-order.patch | 0000003291 3.21 KB | |
clang-fix-powerpc-triplet.patch | 0000000784 784 Bytes | |
clang-ignore-stack-clash-protector.patch | 0000000846 846 Bytes | |
clang-resourcedirs.patch | 0000000549 549 Bytes | |
clang-tools-extra-7.0.1.src.tar.xz | 0000901368 880 KB | |
compiler-rt-7.0.1.src.tar.xz | 0001864520 1.78 MB | |
compiler-rt-D88922-nostdlib.patch | 0000005134 5.01 KB | |
compiler-rt-Remove-cyclades-inclusion-in-sanitizer |
0000005149 5.03 KB | |
compiler-rt-sanitizer-ipc-perm.patch | 0000005990 5.85 KB | |
default-to-i586.patch | 0000000470 470 Bytes | |
fix-ppcle64-build.patch | 0000001206 1.18 KB | |
libcxx-7.0.1.src.tar.xz | 0001638188 1.56 MB | |
libcxxabi-7.0.1.src.tar.xz | 0000535096 523 KB | |
lld-7.0.1.src.tar.xz | 0000912812 891 KB | |
lldb-7.0.1.src.tar.xz | 0019384628 18.5 MB | |
lldb-cmake.patch | 0000001323 1.29 KB | |
lldb-swig-4.1.0-build-fix.patch | 0000001827 1.78 KB | |
llvm-7.0.1.src.tar.xz | 0028311056 27 MB | |
llvm-D51108.patch | 0000002822 2.76 KB | |
llvm-Ensure-that-variant-part-discriminator-is-rea |
0000002907 2.84 KB | |
llvm-better-detect-64bit-atomics-support.patch | 0000000768 768 Bytes | |
llvm-do-not-install-static-libraries.patch | 0000005199 5.08 KB | |
llvm-docs-7.0.1.src.tar.xz | 0002202256 2.1 MB | |
llvm-drop-llvm-optional-clang-specific-optimizatio |
0000001019 1019 Bytes | |
llvm-fix-a-copy-and-paste-error-that-would-cause-a |
0000001101 1.08 KB | |
llvm-fix-find-gcc5-install.patch | 0000000613 613 Bytes | |
llvm-glibc-2-36.patch | 0000002680 2.62 KB | |
llvm-normally-versioned-libllvm.patch | 0000002732 2.67 KB | |
llvm-remove-clang-only-flags.patch | 0000001155 1.13 KB | |
llvm-skip-broken-float-test.patch | 0000003088 3.02 KB | |
llvm-test-Fix-Assembler-debug-info.ll.patch | 0000001455 1.42 KB | |
llvm-unittests-Don-t-install-TestPlugin.so.patch | 0000000728 728 Bytes | |
llvm7-rpmlintrc | 0000000398 398 Bytes | |
llvm7.changes | 0000073909 72.2 KB | |
llvm7.spec | 0000065400 63.9 KB | |
llvm_build_tablegen_component_as_shared_library.pa |
0000003106 3.03 KB | |
n_clang_allow_BUILD_SHARED_LIBRARY.patch | 0000000803 803 Bytes | |
openmp-7.0.1.src.tar.xz | 0000909316 888 KB | |
openmp-link-with-atomic-if-needed.patch | 0000001034 1.01 KB | |
opt-viewer-Do-not-require-python-2.patch | 0000001580 1.54 KB | |
opt-viewer-Find-style-css-in-usr-share.patch | 0000000861 861 Bytes | |
polly-7.0.1.src.tar.xz | 0008755168 8.35 MB | |
set-revision.patch | 0000000542 542 Bytes | |
tests-use-python3.patch | 0000001393 1.36 KB |
Latest Revision
Aaron Puchert (aaronpuchert)
committed
(revision 74)
- Use old conflicts/provides for python3-clang on Leap.
Comments 4
This comment has been deleted
I don't see 7.1.0 on http://releases.llvm.org/, in fact this would be incompatible with the official versioning scheme.
My bad: LLVM Release Schedule:
The release is now mentioned on the website, but essentially it contains a fix that we already had as
llvm-drop-llvm-optional-clang-specific-optimization.patch
.This change breaks the ABI and could hence not land in 7.0, but we had it from the beginning. (
llvm7
didn't make it into Factory without the patch because that broke rust.)So I will probably not push for an update unless someone absolutely needs it for some reason. (It would break our naming scheme to some extent.)