Nikita Popov
3389ce3d4f
Fix compat build
...
Backport changes from clang14 package. We need to exclude patches
for clang-format (which we don't build for compat packages).
Additionally, clang14-devel needs a dependency on clang14-libs,
otherwise this only installs dead symlinks without the shared
objects they point to.
2022-09-08 10:11:57 +02:00
Nikita Popov
c55124d032
Fix i686 build
2022-09-07 17:12:29 +02:00
Nikita Popov
71bc065af9
Update to LLVM 15.0.0
2022-09-07 09:28:12 +02:00
sergesanspaille
7808ecbcca
Add a Recommends on libatomic, see rhbz#2118592
2022-08-29 11:19:34 +02:00
Nikita Popov
2b8dcb4dbf
Revert powerpc -mabi=ieeelongdouble default
...
Revert the abi default again until
https://bugzilla.redhat.com/show_bug.cgi?id=2115752 is fixed.
This reverts commit 2efd3e3d10
.
2022-08-10 10:34:59 +02:00
Tom Stellard
2efd3e3d10
Revert "Revert "Use the ieee128 format for long double on ppc64le" until rhbz#2100546 is fixed"
...
This reverts commit e26357988c
.
2022-08-04 16:07:03 +00:00
Amit Shah
4bdb1778ec
Switch to using the dist_vendor macro for distribution vendor
...
The new dist_vendor macro[1] in fedora-release helps simplify spec files
by removing the conditionals for populating the distro.
[1] https://src.fedoraproject.org/rpms/fedora-release/pull-request/223
2022-07-28 12:29:58 +05:30
Jesus Checa Hidalgo
718bd7a127
tests: fedora-flags
...
* Fixed broken dependency on annobin. Requiring just redhat-rpm-config
should pull the correct annobin rpm
* Added SCL specific requirements for LLVM 13 and 14
2022-07-21 06:48:03 +00:00
Fedora Release Engineering
0ca250eb5b
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 23:00:58 +00:00
Miro Hrončok
e26357988c
Revert "Use the ieee128 format for long double on ppc64le" until rhbz#2100546 is fixed
...
This reverts commit 27327ff4a8
.
This disables the ppc64le-long-double test.
2022-06-30 16:43:44 +02:00
Timm Bäder
a679a440e9
Update to 14.0.5
...
Increase version and drop ununeeded patches.
2022-06-14 10:48:48 +02:00
Timm Bäder
ec23c296ca
Drop unused variable
2022-06-14 10:47:55 +02:00
Python Maint
561ebf3c43
Rebuilt for Python 3.11
2022-06-13 20:38:39 +02:00
Jesus Checa Hidalgo
4de77856dd
Tests: make openmp-rpm test compatible with RHEL distros and collections
2022-06-01 11:59:02 +02:00
Tom Stellard
475a496cb9
Update openmp-rpm test to pass LDFLAGS
...
This is needed after -fno-openmp-implicit-rpath was moved from CFLAGS
to LDFLAGS.
2022-05-31 11:36:53 -07:00
Jesus Checa Hidalgo
22c49c99fc
tests: ppc64le-long-double
...
Split the test in two. For Fedora CI we run on x86_64 emulating
ppc64le using qemu+mock. For RHEL/CentOS run natively.
2022-05-27 09:24:34 +02:00
Tom Stellard
27327ff4a8
Use the ieee128 format for long double on ppc64le
...
gcc switched to ieee128 as the default in Fedora >=36, so clang needs to do
this to maintain ABI compatibility.
2022-05-25 08:48:45 +00:00
Tom Stellard
a0406226b5
Add missing dependency to the fedora-flags test
...
Other packages that use this test won't have clang pre-installed, so we
need to explicitly add the dependency.
2022-05-25 02:01:05 +00:00
Jesus Checa Hidalgo
5f6483f6cd
tests: Update extra repos in different distros.
...
* epel removed from RHEL-7
* CRB split in RHEL 8/9 vs CentOS due to different naming
2022-05-23 21:00:05 +00:00
Jesus Checa Hidalgo
4cce509493
tests: llvm-test-suite: Add missing ninja-build requirement
2022-05-19 15:20:31 +00:00
Tom Stellard
906570b432
Add test for building an rpm with -fopenmp
2022-05-19 03:03:36 +00:00
Jesus Checa Hidalgo
4ae8585417
tests: fix lld unavailability in ppc64 for toolchains tests
2022-05-04 14:16:56 +00:00
Jesus Checa Hidalgo
a52939e013
tests: check that clang uses dwarfv4 by default
2022-05-03 14:22:33 +02:00
Mystro256
c00fbc715c
Add patch to allow packaging rocm-hip
...
ROCm's HIP could not be packaged in Fedora due to a bug, which was fixed in
trunk. Instead of waiting for llvm 15, cherry-pick the fix.
2022-05-03 08:58:43 +00:00
Jesus Checa Hidalgo
7e17ee7279
tests: add llvm-toolset-14.0 requirements to tests and plans
2022-04-22 10:59:57 +00:00
Tom Stellard
dc76251478
Update DWARF4 patch to fix Driver/clang-g-opts.c
2022-03-29 23:21:25 +00:00
sergesanspaille
e61ef837ae
Upload new sources
2022-03-29 18:41:27 +02:00
Timm Bäder
add0accd52
Update to 14.0.0
2022-03-29 09:37:56 +02:00
Timm Bäder
822eb1d32d
Remove some unneeded variables
...
Just move them to their only place of use.
2022-03-09 15:08:13 +01:00
Jesus Checa Hidalgo
69ffbbfd14
tests: remove llvm-toolchain test as it has been superseeded by tests/toolchains
2022-02-21 13:57:19 +01:00
Jesus Checa Hidalgo
806afe0a28
tests: fix tests/rhbz-1647130 missing clang-analyzer requirement
2022-02-21 11:05:23 +01:00
Tom Stellard
eaac7c9b00
Fix some rpmlinter errors
2022-02-17 19:06:56 +00:00
Jesus Checa Hidalgo
f5cc68e457
tests: toolchains: skip testing with compiler-rt in s390x
2022-02-15 18:13:09 +01:00
Jesus Checa Hidalgo
75406a880d
tests: fix fmf error in tests/fedora-flags
2022-02-15 17:11:34 +00:00
Jesus Checa Hidalgo
442544ac1b
tests: disable libomp plan and test in s390x
2022-02-15 17:33:53 +01:00
Jesus Checa Hidalgo
12f649bbd7
tests: Add all missing requirements for tests/toolchains
2022-02-15 17:31:12 +01:00
Jesus Checa Hidalgo
8d94b3d903
tests: test fixes for SCL-ized llvm-toolset-13 in RHEL-7
2022-02-15 17:29:50 +01:00
Serge Guelton
9e607ef75e
Merge #139 compat_build fixes for clang 13
2022-02-15 16:25:08 +00:00
Miloš Prchlík
208be5f577
tests: on RHEL-7, throw in epel-rpm-macros to get %{build_cflags}
...
Unfortunately, this disqualifies the test from s390x, because there is no Epel for s390x. The test would just fail.
2022-02-15 16:21:04 +00:00
Jesus Checa Hidalgo
56439f6521
tests: fix llvm-toolchain and toolchains test requirements for centos and rhel
2022-02-15 16:14:02 +00:00
Jesus Checa Hidalgo
70e5471c2f
tests: Disable unsupported tests in CentOS
2022-02-14 15:31:20 +01:00
Jesus Checa Hidalgo
d280ec1256
tests: enable CRB/EPEL in CentOS/RHEL
2022-02-11 12:08:03 +01:00
Miloš Prchlík
0534535cdb
tests: toolchains test requires glibc-static
2022-02-08 10:22:14 +00:00
Nikita Popov
7dba2783b7
Work around gcc miscompile
...
This works around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104334 ,
which miscompiles clang on s390x and ppc64le. The issue is already
fixed on the gcc side and a new fedora build is in progress, but
including this as a temporary workaround to get a working build.
2022-02-03 10:46:54 +01:00
Nikita Popov
563751ce6b
Update to LLVM 13.0.1 final
2022-02-03 09:53:41 +01:00
Nikita Popov
aecb4c8477
Update to LLVM 13.0.1rc3
2022-02-01 09:18:47 +01:00
Fedora Release Engineering
f0fcd739ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-19 23:17:35 +00:00
Nikita Popov
2932468044
Update to LLVM 13.0.1rc2
2022-01-14 03:15:06 -05:00
Nikita Popov
5b7b147c3b
Update to LLVM 13.0.1rc1
2022-01-12 03:18:21 -05:00
Miloš Prchlík
23fb27dabb
tests: add support for SCL-ized LLVM 13 (llvm-toolset-13.0)
2022-01-05 14:17:16 +01:00