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

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Dec 24 11:05:03 UTC 2021


    Date: Friday, December 24, 2021 @ 11:05:03
  Author: foutrelis
Revision: 433033

Disable LTO due to test failures

Modified:
  lld/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-24 11:00:21 UTC (rev 433032)
+++ PKGBUILD	2021-12-24 11:05:03 UTC (rev 433033)
@@ -10,6 +10,7 @@
 license=('custom:Apache 2.0 with LLVM Exception')
 depends=('llvm-libs')
 makedepends=('llvm' 'cmake' 'ninja' 'python-sphinx')
+options=('!lto') # LTO causes a couple of test failures
 _source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig}
         $_source_base/llvm-$pkgver.src.tar.xz{,.sig}



More information about the arch-commits mailing list