Commit Graph

159 Commits

Author SHA1 Message Date
Nikita Popov 59502020a0 Remove unused cmake_srcdir variable 2023-04-18 15:41:24 +02:00
Tulio Magno Quites Machado Filho 9b079f7ad9 Update to LLVM 16.0.1 2023-04-13 08:29:05 -03:00
Tulio Magno Quites Machado Filho 61273cb67c Update to LLVM 16.0.0
And replace the cmake source code with the usage of
LLVM_COMMON_CMAKE_UTILS.
2023-03-30 10:34:05 -03:00
Tulio Magno Quites Machado Filho 4a7661c88a Update to LLVM 16.0.0 RC4 2023-03-15 17:25:36 -03:00
Tulio Magno Quites Machado Filho eb4a1f5ea2 Improve .gitignore
Replace many entries with a few globs.
2023-03-15 14:42:58 -03:00
Tulio Magno Quites Machado Filho cd48f148db Update to LLVM 16.0.0 RC3 2023-02-27 09:37:09 -03:00
Tulio Magno Quites Machado Filho c1779d8575 Update to LLVM 16.0.0 RC1 2023-02-14 15:35:08 -03:00
Tulio Magno Quites Machado Filho bd529be1e4 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:31:57 -03:00
Fedora Release Engineering 50329e6795 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 18:09:08 +00:00
Nikita Popov 1172227c37 Add missing source 2023-01-13 12:58:52 +01:00
Nikita Popov b11d9f3f83 Update to LLVM 15.0.7 2023-01-13 11:06:24 +01:00
Tom Stellard 6e0ae30a88 Omit frame pointers when building 2023-01-12 22:29:33 +00:00
Nikita Popov 160cc89388 Update to LLVM 15.0.6 2022-12-06 08:54:53 +01:00
Nikita Popov 1fc6c9ca83 Update to LLVM 15.0.4 2022-11-07 10:18:46 +01:00
Nikita Popov 44dbd88441 Fix crash on ppc64le (fix rhbz#2121369) 2022-10-18 15:53:33 +02:00
sergesanspaille bf5e98ecad Backport compat patches for swig 4.1.0, see rhbz#2128646 2022-10-03 11:06:58 +02:00
Jesus Checa Hidalgo 37e9a4364b Migrate tests to tests/lldb repo 2022-09-12 13:17:34 +02:00
Nikita Popov f76054baa3 Update to LLVM 15.0.0 2022-09-06 14:50:54 +02:00
Nikita Popov 442947bd83 Replace uio.h patch to fix s390x build
This is the upstream patch for the issue.

Fixes rhbz #2114550.
2022-08-09 14:18:17 +02:00
Fedora Release Engineering c13d2b2c45 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 19:43:56 +00:00
Serge Guelton 3d6567023a Merge #49 `tests: add lldb-dwz to test lldb doesn't crash with dwz debuginfo` 2022-07-06 12:09:54 +00:00
Jesus Checa Hidalgo a56b3645fc tests: add lldb-dwz to test lldb doesn't crash with dwz debuginfo 2022-07-05 16:55:36 +02:00
Jesus Checa Hidalgo 6b3303e41c tests: split tests/python-embedded-interpreter
tests/python-embedded-interpreter now only does a sanity test on lldb,
plus checks that lldb rpm mas the correct dependency on python3-lldb
std::vector test moved to tests/lldb-std-vector-prettyprint.
2022-07-04 19:42:32 +02:00
Timm Bäder 4bfcd31c9f Remove uio.h include
Fixes the s390x build
2022-06-21 06:37:32 +02:00
Timm Bäder 1d13dfc7d2 Update to 14.0.5 2022-06-20 12:28:49 +02:00
Python Maint 009b19a9ee Rebuilt for Python 3.11 2022-06-13 17:26:35 +02:00
Jesus Checa Hidalgo ad811486b5 tests: add llvm-toolset-14.0 requirements to tests and plans 2022-04-22 17:53:30 +02:00
Miloš Prchlík 0725b7a11a tests: parametrize package name in embedded interpreter test
It's different in collection, and therefore rpm query fails.
2022-04-22 14:03:14 +00:00
sergesanspaille ef81544fe6 Upload new sources 2022-03-30 09:58:32 +02:00
Timm Bäder d15403101b Update to 14.0.0 2022-03-30 08:34:22 +02:00
Nikita Popov d7f0933e1e Update to LLVM 13.0.1 final 2022-02-03 15:40:51 +01:00
Fedora Release Engineering efa23df70d - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 17:56:53 +00:00
Nikita Popov 9763cabeb0 Update to LLVM 13.0.1rc2 2022-01-14 08:29:21 -05:00
Nikita Popov 1502204996 Update to LLVM 13.0.1rc1 2022-01-12 08:12:49 -05:00
Miloš Prchlík 7c149cdecf tests: add support for SCL-ized LLVM 13 (llvm-toolset-13.0) 2022-01-11 15:59:08 +00:00
Milos Prchlik 9e5ee9cbfd tests: enable use of build-gating tests in actual gating 2021-11-30 13:02:10 +01:00
Milos Prchlik 4bcc0d1daa tests: convert to TMT 2021-11-16 15:28:27 +01:00
Timm Bäder 673d4b6aae Remove -Wno-error=format-security from build
This does not seem necessary anymore.
2021-10-15 08:48:12 +02:00
Tom Stellard 4017b140b6 13.0.0 Release 2021-10-04 15:39:55 +00:00
Tom Stellard 42d50703cc 13.0.0-rc3 Release 2021-09-23 00:04:06 +00:00
Tom Stellard 46cf49758c 13.0.0-rc1 Release 2021-08-10 04:17:24 +00:00
Fedora Release Engineering 49ed7a1009 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 13:02:29 +00:00
Tom Stellard d3469aa6fe 12.0.1 Release 2021-07-15 00:35:26 +00:00
Tom Stellard 59fe5c1411 12.0.0-rc3 Release 2021-07-02 01:27:36 +00:00
serge-sans-paille 67d6847a21 Update gating based on integration test suite 2021-06-28 10:21:09 +02:00
Python Maint 43f83f3e22 Rebuilt for Python 3.10 2021-06-04 20:10:48 +02:00
Tom Stellard d756e6d173 12.0.0-rc1 Release 2021-06-03 17:39:03 +00:00
Tomas Hrnciar 9507ed280d BuildRequire setuptools explicitly
See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools
2021-04-19 13:18:31 +02:00
Tom Stellard 6ad1ba9540 12.0.0 Release 2021-04-17 03:47:13 +00:00
serge-sans-paille 21fb0e698b New upstream release candidate 2021-04-08 14:20:13 +02:00