Tulio Magno Quites Machado Filho
d423f98be3
Update to LLVM 17.0.0 RC 1
...
This is also a squashed merge commit from upstream-snapshot (commit ID
b0d2b4ed0ad18d3e) into rawhide whose most important commits from
upstream-snapshot are:
Konrad Kleine (19):
Add --without=check option
Rework compiler-rt
Rebase 0001-PATCH-compiler-rt-Workaround-libstdc-limitation-wrt..patch patch
Make download path for snapshot sources-easily adjustable
Help compiler-rt utilize llvm-cmake subpackage
Help compiler-rt to find llvm-cmake files
Adapt to reverted https://reviews.llvm.org/D88458
Revert "Adapt to reverted https://reviews.llvm.org/D88458 "
Require llvm-cmake-devel package when building
Adjust the CMAKE_MODULE_PATH instead of patching the source
Use new llvm_snashot_changelog_entry macro
Use llvm_snapshot_version_suffix
Compile with DWARFv4
Merge remote-tracking branch 'upstream/rawhide' into upstream-snapshot
Tempoarily remove build dependency on cmake-devel and the packaged cmake directory
Make compiler-rt use the llvm-snapshot-builder
Use %{llvm_snapshot_extra_source_tags} macro
Fixup
Merge remote-tracking branch 'origin/main' into upstream-snapshot
Tom Stellard (9):
Add a patch to fix standalone buidls with compiler-rt
Fix typo
Handle rename of libclang_rt.orc to liborc_rt
liborc_rt is not built on i386
liborc_rt is not built on s390x or ppc64le
Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/compiler-rt into upstream-snapshot
Install llvm-snapshot-builder from the current COPR project
Try again to enable local copr repo
Use new per-target runtime install feature
Tulio Magno Quites Machado Filho (1):
Fix packaging on ppc64le and s390x
2023-08-10 10:32:06 -03:00
Fedora Release Engineering
c3a9639f8f
Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-19 16:13:13 +00:00
Tulio Magno Quites Machado Filho
e57eb63070
Update to LLVM 16.0.6
2023-07-10 12:13:17 -03:00
Nikita Popov
53c9478c36
Use llvm-cmake-utils package
2023-06-15 16:57:13 +02:00
Tulio Magno Quites Machado Filho
1291dd7b82
Update to LLVM 16.0.5
2023-06-06 12:03:16 -03:00
Tulio Magno Quites Machado Filho
5af9a6c642
Update to LLVM 16.0.4
2023-05-19 18:36:44 -03:00
Tulio Magno Quites Machado Filho
2ed570f50f
Update to LLVM 16.0.3
2023-05-10 15:48:33 -03:00
Tulio Magno Quites Machado Filho
891fc43fb3
Update to LLVM 16.0.2
2023-04-27 10:57:45 -03:00
Tulio Magno Quites Machado Filho
e3a3a0ebb8
Update to LLVM 16.0.1
2023-04-13 08:49:44 -03:00
Tulio Magno Quites Machado Filho
d5333c74aa
Update to LLVM 16.0.0
2023-03-21 11:05:43 -03:00
Tulio Magno Quites Machado Filho
927c63bbc0
Update to LLVM 16.0.0 RC4
2023-03-15 17:27:39 -03:00
Tulio Magno Quites Machado Filho
730be9a996
Improve .gitignore
...
Replace many entries with a few globs.
2023-03-15 15:28:15 -03:00
Tulio Magno Quites Machado Filho
eb44cf3fe8
Fix the path of the libraries
...
Use just the major version instead of full version.
2023-03-06 12:19:37 -03:00
Tulio Magno Quites Machado Filho
d37fc52fe0
Update to LLVM 16.0.0 RC3
2023-02-27 09:36:06 -03:00
Tulio Magno Quites Machado Filho
82046e74ac
Update to LLVM 16.0.0 RC1
2023-02-15 14:36:29 -03:00
Tom Stellard
95993ba8f4
Omit frame pointers when building
2023-02-01 18:18:41 +00:00
Tulio Magno Quites Machado Filho
8467d3015b
Mention the Apache 2.0 license
...
List Apache 2.0 with LLVM exceptions in the license field.
This license got adopted in 2019.
2023-01-19 16:58:53 -03:00
Fedora Release Engineering
67452bf96d
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 00:21:48 +00:00
Nikita Popov
e7ec30269c
Update to LLVM 15.0.7
2023-01-13 17:13:45 +01:00
Nikita Popov
a8840d17cc
Remove ppc64le ieeelongdouble workaround
...
https://bugzilla.redhat.com/show_bug.cgi?id=2142648 has been
resolved.
2022-12-15 16:27:32 +01:00
Nikita Popov
34c212c177
Update to LLVM 15.0.6
2022-12-06 08:50:28 +01:00
Nikita Popov
7a4a1d091f
Build with gcc on ppc64le to work around ieeelongdouble issue
...
The syslog.h glibc header is currently incompatible with clang
ieeelongdouble, which we recently enabled by default again. Build
with gcc to avoid the issue for now.
See https://bugzilla.redhat.com/show_bug.cgi?id=2140618 .
2022-11-07 12:32:58 +01:00
Nikita Popov
a1891334fd
Update to LLVM 15.0.4
2022-11-07 10:16:28 +01:00
Nikita Popov
2986b2b297
Switch to building with clang
2022-09-23 17:27:32 +02:00
Jesus Checa Hidalgo
7121d6eea6
Migrate tests to tests/compiler-rt repo
2022-09-20 07:56:23 +00:00
Nikita Popov
d64c0bd6fe
Make sure asm files are built with -fcf-protection
...
This should fix some annocheck failures.
2022-09-13 11:18:54 +02:00
Nikita Popov
f8e98d51f0
Update to LLVM 15.0.0
2022-09-06 14:09:13 +02:00
Fedora Release Engineering
f62c027a21
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 23:26:07 +00:00
Timm Bäder
2457db0fb5
Update to 14.0.5
2022-06-20 12:26:57 +02:00
Timm Bäder
f61f587fe4
Remove llvm-cmake-devel buildrequires
2022-04-29 08:18:36 +02:00
Jesus Checa Hidalgo
6f4c3aac71
tests: add llvm-toolset-14.0 requirements to tests and plans
2022-04-22 11:01:43 +00:00
Tom Stellard
14aa17fc59
Add 14.0.0 sources
2022-03-30 04:07:10 +00:00
Timm Bäder
ddc83a70e7
Update to 14.0.0
2022-03-24 08:45:51 +01:00
Jesus Checa Hidalgo
2329a7b813
Add rpminspect config file.
...
This prevents badfuncs test to fail due to forbidden functions
being expectedly present in compiler-rt rpm.
2022-02-15 17:15:36 +01:00
Nikita Popov
ca35ac5a5d
Update to LLVM 13.0.1 final
2022-02-03 15:49:09 +01:00
Fedora Release Engineering
febff914de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-19 23:41:50 +00:00
Nikita Popov
fb9b178e7f
Remove obsolete patch
...
This patch is part of the upstream release/13.x branch:
eb845520ac
2022-01-14 09:35:44 -05:00
Nikita Popov
844bad5042
Update to LLVM 13.0.1rc2
2022-01-14 08:38:47 -05:00
Nikita Popov
2e482faaec
Update to LLVM 13.0.1rc1
2022-01-12 08:31:43 -05:00
Miloš Prchlík
7270a0aa00
tests: add support for SCL-ized LLVM 13 (llvm-toolset-13.0)
2021-12-13 13:44:22 +01:00
Milos Prchlik
d756eb2f5b
tests: convert to TMT
2021-11-19 11:14:32 +00:00
Timm Bäder
d433a74d30
Add rpmlintrc and fix a few rpmlint warnings
2021-11-10 10:09:21 +01:00
Timm Bäder
6dd5cb570c
Use %py3_shebang_fix macro
2021-11-10 09:14:11 +01:00
serge-sans-paille
9def6c8498
Fix test requirements
2021-10-21 22:48:42 +02:00
Timm Bäder
c4c6ace9ea
Remove rpath
2021-10-13 11:00:39 +02:00
Tom Stellard
3697b3a6e3
13.0.0 Release
2021-10-02 03:15:50 +00:00
Tom Stellard
ef3e0dd523
13.0.0-rc3 Release
2021-09-24 01:18:50 +00:00
Tom Stellard
0ef86a0303
13.0.0-rc1 Release
2021-08-10 00:04:14 +00:00
Fedora Release Engineering
89dbe60334
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 19:54:30 +00:00
Fedora Release Engineering
055ee9f8b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 14:56:06 +00:00