Commit graph

588 commits

Author SHA1 Message Date
Tom Stellard
92be388fbd copr: Install llvm-snapshot-builder from the local COPR project
This ensures we always get the same source tarball when building into
this project.
2023-05-19 12:08:56 +00:00
Tom Stellard
d6e01df1e8 Revert "Fix a test failure on s390x"
This reverts commit 9a451905d0.

A fix has been merged upstream.
2023-04-22 04:07:44 +00:00
Tom Stellard
9a451905d0 Fix a test failure on s390x 2023-04-19 23:09:05 +00:00
Tom Stellard
a912a7bb3e Revert "Add JITLink patch to fix clang failures on aarch64 with libgcc-13"
This reverts commit 34236f71a5.

This patch has been committed upstream.
2023-03-14 23:52:06 +00:00
Tom Stellard
34236f71a5 Add JITLink patch to fix clang failures on aarch64 with libgcc-13 2023-03-14 20:37:30 +00:00
Tom Stellard
898a06a2c3 Add llvm-googletest dependency to llvm-devel
The llvm-devel CMake files now reference binaries in llvm-googletest.
2023-03-14 20:17:53 +00:00
Tom Stellard
ff20054613 Remove another upstreamed patch 2023-03-13 15:46:17 +00:00
Tom Stellard
f71e71c65e Remove patch applied upstream 2023-03-13 10:26:01 +00:00
Konrad Kleine
12199f2b7b Merge remote-tracking branch 'origin/rawhide' into upstream-snapshot
Conflicts:
	llvm.spec
2023-02-23 14:28:45 +01:00
Konrad Kleine
d254566973 Added libLLVMTestingAnnotations.a to googletest subpackage
See 3432f4bf86
2023-01-24 19:04:55 +00:00
Konrad Kleine
225c9e3c44 Disable LTO to speed up builds 2023-01-20 11:17:52 +00:00
Konrad Kleine
696e9bc779 Re-enable patches for gtest 2023-01-19 21:52:01 +00:00
Tulio Magno Quites Machado Filho
b173c6109a Adopt SPDX identifiers in license
Also make it clear that Apache 2.0 with LLVM exceptions was adopted in
2019.
2023-01-19 16:45:58 -03:00
Fedora Release Engineering
c92743ab8a Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 18:09:55 +00:00
Konrad Kleine
680d93692f Merge remote-tracking branch 'origin/rawhide' into upstream-snapshot
By Nikita Popov (5) and others
Via Nikita Popov
* origin/rawhide:
  Update to LLVM 15.0.7
  Omit frame pointers when building
  Remove workaround for rbhz#2048440
  Enable LTO builds on s390x again
  Update to LLVM 15.0.6
  Install cmake modules for compat builds
  Copy CFLAGS to ASMFLAGs to enable CET in asm files
  Update to LLVM 15.0.4
2023-01-18 20:31:44 +00:00
Nikita Popov
a20957b5eb Update to LLVM 15.0.7 2023-01-12 10:31:52 +01:00
Tom Stellard
f543860321 Omit frame pointers when building 2023-01-09 20:33:24 +00:00
Nikita Popov
1862c052da Remove workaround for rbhz#2048440
It looks like this test passes now.
2022-12-19 16:35:33 +01:00
Timm Bäder
1d9fedd416 Enable LTO builds on s390x again
The PCRE limit problem has been fixed in redhat-rpm-config in
25ea080503
2022-12-05 17:07:40 +01:00
Nikita Popov
2fa672b23f Update to LLVM 15.0.6 2022-12-05 08:56:31 +01:00
Konrad Kleine
e9e639b7e8 List third-party gmock/gtest files in install 2022-11-17 15:31:25 +00:00
Konrad Kleine
10c161bb6d Apply patchfiles independently for llvm and third-party dir 2022-11-17 14:39:40 +00:00
Konrad Kleine
fe92758ad5 Add missing patch files 2022-11-17 09:14:57 +00:00
Konrad Kleine
793ec2951e Manually add https://reviews.llvm.org/D137890 2022-11-17 09:10:57 +00:00
Jan200101
920a8b1b56 Install cmake modules for compat builds 2022-11-15 09:40:45 +00:00
Konrad Kleine
c330fee18f fixing path to unittest 2022-11-11 13:07:30 +00:00
Konrad Kleine
af2f73206e bring back files to llvm-googletest package 2022-11-11 10:20:07 +00:00
Nikita Popov
8e1f53d786 Copy CFLAGS to ASMFLAGs to enable CET in asm files 2022-11-11 10:23:47 +01:00
Konrad Kleine
1fc6fa44e3 Adapt to standalone third-party dir 2022-11-10 22:13:10 +01:00
Konrad Kleine
6ed381f975 Compiles and installs again 2022-11-10 11:17:39 +01:00
Nikita Popov
3c595192e2 Update to LLVM 15.0.4 2022-11-03 12:56:08 +01:00
Konrad Kleine
e00c4334cf Test without some patches 2022-10-06 21:43:33 +02:00
Konrad Kleine
2c8133bf99 Fix merge issue with patch 2022-10-06 09:38:17 +02:00
Konrad Kleine
cce72a0142 Move globals down for them to be expanded correctly 2022-10-06 09:25:44 +02:00
Konrad Kleine
6a804f55b6 Fixup: clang->cmake 2022-10-05 23:28:16 +02:00
Konrad Kleine
a49b6d061b use llvm+cmake tarballs instead of big llvm-project and close unclosed %if 2022-10-05 23:21:27 +02:00
Konrad Kleine
758ea3674d Merge remote-tracking branch 'upstream/rawhide' into upstream-snapshot
* upstream/rawhide:
  Remove abi_revision handling
  Drop GetHostTriple export again
  Export GetHostTriple.cmake
  Migrate tests to tests/llvm repo
  Fix compat build symlinks
  Update to LLVM 15.0.0
2022-10-05 22:16:53 +02:00
Konrad Kleine
2bb38a92b7 Rebase onto pagure/main 2022-10-05 22:07:21 +02:00
Nikita Popov
0c4aa4a13c Remove abi_revision handling
We now longer ship rcs outside of copr, so this is no needed anymore.
2022-09-29 10:47:28 +00:00
Nikita Popov
6c4af9abec Drop GetHostTriple export again
This doesn't work by itself due to the config.guess dependency,
and I'm not longer sure this is the right approach. The runtimes
build should really be getting this from the exported
LLVM_HOST_TRIPLE variable.
2022-09-29 10:20:54 +02:00
Nikita Popov
aec99db3ed Export GetHostTriple.cmake 2022-09-27 12:57:56 +02:00
Jesus Checa Hidalgo
2ce66b7035 Migrate tests to tests/llvm repo 2022-09-19 14:28:26 +00:00
Nikita Popov
5f0a6388b3 Fix compat build symlinks
Backport from llvm14 package.
2022-09-13 18:04:18 +02:00
Konrad Kleine
f1c4e870ad Revert "Try to lock llvm* and clang* packages so that we don't install LLVM from a previous copr build"
This reverts commit 072ee8575f.
2022-09-06 14:53:04 +02:00
Konrad Kleine
072ee8575f Try to lock llvm* and clang* packages so that we don't install LLVM from a previous copr build 2022-09-06 14:24:31 +02:00
Konrad Kleine
e8dead8794 Patch renewal from rebased llvm-project pagure/streamline branch 2022-09-06 11:55:02 +02:00
Konrad Kleine
3e97332674 Merge remote-tracking branch 'upstream/rawhide' into upstream-snapshot 2022-09-06 11:31:35 +02:00
Nikita Popov
81e2995efc Update to LLVM 15.0.0 2022-09-06 10:01:30 +02:00
Fedora Release Engineering
07f677a874 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 19:44:43 +00:00
Miro Hrončok
dc7156ce5a Don't add -P to Python shebangs
Opt-out from https://fedoraproject.org/wiki/Changes/PythonSafePath

The executable Python scripts in /usr/share/opt-viewer/ import each other.
2022-07-19 12:49:30 +02:00