[arch-commits] Commit in llvm/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Fri Dec 24 12:16:17 UTC 2021
Date: Friday, December 24, 2021 @ 12:16:16
Author: foutrelis
Revision: 433034
Disable LTO due to test failures
Modified:
llvm/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-24 11:05:03 UTC (rev 433033)
+++ PKGBUILD 2021-12-24 12:16:16 UTC (rev 433034)
@@ -12,7 +12,7 @@
"ocaml>=$_ocaml_ver" 'ocaml-ctypes' 'ocaml-findlib'
'python-setuptools' 'python-psutil' 'python-sphinx'
'python-recommonmark')
-options=('staticlibs')
+options=('staticlibs' '!lto') # Getting thousands of test failures with LTO
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig}
don-t-accept-nullptr-as-GEP-element-type.patch
More information about the arch-commits
mailing list