Date: Monday, January 24, 2022 @ 07:28:29
  Author: foutrelis
Revision: 435032

Disable LTO, causes the build to fail

Modified:
  openmp/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-24 06:46:05 UTC (rev 435031)
+++ PKGBUILD    2022-01-24 07:28:29 UTC (rev 435032)
@@ -9,6 +9,7 @@
 license=('custom:Apache 2.0 with LLVM Exception')
 depends=('glibc' 'libelf' 'libffi')
 makedepends=('llvm' 'clang' 'cmake' 'ninja')
+options=('!lto') # https://bugzilla.redhat.com/show_bug.cgi?id=1988155
 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
 sha256sums=('4930ae7a1829a53b698255c2c6b6ee977cc364b37450c14ee458793c0d5e493c'

Reply via email to