From aa6e69df60747496f8f22121ae8cc605c9d3498a Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 12 Nov 2020 17:39:05 +0000 Subject: [PATCH] Exclude s390x, unsupported upstream --- lld.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lld.spec b/lld.spec index ac6e06b..18fab21 100644 --- a/lld.spec +++ b/lld.spec @@ -1,5 +1,5 @@ #%%global rc_ver 6 -%global baserelease 2 +%global baserelease 3 %global lld_srcdir lld-%{version}%{?rc_ver:rc%{rc_ver}}.src %global maj_ver 11 %global min_ver 0 @@ -22,6 +22,8 @@ Source2: https://prereleases.llvm.org/%{version}/hans-gpg-key.asc Source3: run-lit-tests Source4: lit.lld-test.cfg.py +ExcludeArch: s390x + Patch0: 0001-CMake-Check-for-gtest-headers-even-if-lit.py-is-not-.patch Patch1: 0001-Revert-lld-Initial-commit-for-new-Mach-O-backend.patch @@ -201,6 +203,9 @@ fi %{_datadir}/lld/lit.lld-test.cfg.py %changelog +* Thu Nov 12 2020 sguelton@redhat.com - 11.0.0-3 +- Exclude s390x, unsupported upstream + * Mon Oct 19 2020 sguelton@redhat.com - 11.0.0-2 - Rebuilt with all gating tests on