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
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/llvm14 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
CMake-Look-up-target-subcomponents-in-LLVM_AVAILAB |
0000005648 5.52 KB | |
_constraints | 0000000953 953 Bytes | |
assume-opensuse.patch | 0000001187 1.16 KB | |
baselibs.conf | 0000000025 25 Bytes | |
check-no-llvm-exegesis.patch | 0000000489 489 Bytes | |
clang-14.0.6.src.tar.xz | 0018539496 17.7 MB | |
clang-docs-14.0.6.src.tar.xz | 0001413384 1.35 MB | |
clang-repl-private-deps.patch | 0000001185 1.16 KB | |
clang-resourcedirs.patch | 0000000587 587 Bytes | |
clang-tools-extra-14.0.6.src.tar.xz | 0002849632 2.72 MB | |
compact_unwind_encoding.h | 0000019093 18.6 KB | |
compiler-rt-14.0.6.src.tar.xz | 0002327352 2.22 MB | |
default-to-i586.patch | 0000000472 472 Bytes | |
libcxx-14.0.6.src.tar.xz | 0003065120 2.92 MB | |
libcxxabi-14.0.6.src.tar.xz | 0000561844 549 KB | |
link-clang-shared.patch | 0000001455 1.42 KB | |
link-clang-tools-extra-shared.patch | 0000001286 1.26 KB | |
lld-14.0.6.src.tar.xz | 0001366180 1.3 MB | |
lld-default-sha1.patch | 0000000454 454 Bytes | |
lldb-14.0.6.src.tar.xz | 0010088312 9.62 MB | |
lldb-cmake.patch | 0000000504 504 Bytes | |
llvm-14.0.6.src.tar.xz | 0049660136 47.4 MB | |
llvm-better-detect-64bit-atomics-support.patch | 0000000795 795 Bytes | |
llvm-do-not-install-static-libraries.patch | 0000005797 5.66 KB | |
llvm-docs-14.0.6.src.tar.xz | 0006598568 6.29 MB | |
llvm-fix-find-gcc5-install.patch | 0000000613 613 Bytes | |
llvm-glibc-2-36.patch | 0000002684 2.62 KB | |
llvm-lifetime-for-rust.patch | 0000005888 5.75 KB | |
llvm-normally-versioned-libllvm.patch | 0000003576 3.49 KB | |
llvm-remove-clang-only-flags.patch | 0000001144 1.12 KB | |
llvm-scev-fix-isImpliedViaMerge.patch | 0000006364 6.21 KB | |
llvm14-rpmlintrc | 0000000898 898 Bytes | |
llvm14.changes | 0000102005 99.6 KB | |
llvm14.spec | 0000058553 57.2 KB | |
llvm_build_tablegen_component_as_shared_library.pa |
0000002810 2.74 KB | |
lto-disable-cache.patch | 0000001496 1.46 KB | |
openmp-14.0.6.src.tar.xz | 0001205476 1.15 MB | |
opt-viewer-Find-style-css-in-usr-share.patch | 0000000861 861 Bytes | |
polly-14.0.6.src.tar.xz | 0009357684 8.92 MB | |
tests-use-python3.patch | 0000001007 1007 Bytes |
Revision 9 (latest revision is 20)
Dominique Leuenberger (dimstar_suse)
accepted
request 1001713
from
Aaron Puchert (aaronpuchert)
(revision 9)
- Make sure we keep -DNDEBUG. At some point %{optflags} must have lost it, perhaps because CMake usually adds it on top. So when overriding CMAKE_{C,CXX}_FLAGS_RELWITHDEBINFO, we make sure to take over the other flags. We drop LLVM_ENABLE_ASSERTIONS=OFF, because that's the default anyway and hasn't helped here. - Add llvm-scev-fix-isImpliedViaMerge.patch: fixes a miscompilation caused by mixing up values of the current and previous iteration. (See gh#llvm/llvm-project#56242.)
Comments 0