[arch-commits] Commit in lib32-llvm/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Dec 24 13:22:47 UTC 2021


    Date: Friday, December 24, 2021 @ 13:22:47
  Author: foutrelis
Revision: 1083390

Disable LTO following extra/llvm

Modified:
  lib32-llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-24 12:07:29 UTC (rev 1083389)
+++ PKGBUILD	2021-12-24 13:22:47 UTC (rev 1083390)
@@ -10,7 +10,7 @@
 license=('custom:Apache 2.0 with LLVM Exception')
 makedepends=('cmake' 'ninja' 'lib32-libffi' 'lib32-zlib' 'python' 'gcc-multilib'
              'lib32-libxml2')
-options=('staticlibs')
+options=('staticlibs' '!lto') # extra/llvm has many test failures with LTO
 _source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig}
         no-strict-aliasing-DwarfCompileUnit.patch)



More information about the arch-commits mailing list