[llvm] update `llvm.spec` (PR #65452)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 01:35:52 PDT 2023


================
@@ -5,21 +5,20 @@ Summary: LLVM (An Optimizing Compiler Infrastructure)
 License: Apache-2.0 with LLVM exception
 Vendor: None (open source)
 Group: Development/Compilers
-URL: http://llvm..org/
-Source: http://llvm.org/releases/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
+URL: https://llvm.org/
+Source: https://llvm.org/releases/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
 BuildRoot: %{_tmppath}/%{name}-root
 Requires: /sbin/ldconfig
-BuildRequires: gcc >= 3.4
+BuildRequires: gcc >= 7.4
----------------
pawosm-arm wrote:

Shouldn't this be also filled in by CMake using the @... at -variables? It wasn't updated since gcc 3.4 so I doubt anyone will remember to do so in the upcoming decade...

https://github.com/llvm/llvm-project/pull/65452


More information about the llvm-commits mailing list