From 6e82e6522e19b95dcf0cd07841580b3b4a1919d0 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Thu, 26 Mar 2020 16:35:12 +0300 Subject: [PATCH] llvm rebuild --- programming/build/llvm/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index 8ca319c37f..eb18efb626 100755 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -17,7 +17,7 @@ NoStrip = ["/usr/lib/clang/%s/lib/linux" % get.srcVERSION()] def setup(): - #pisitools.ldflags.add("-fuse-ld=lld") + pisitools.ldflags.add("-fuse-ld=lld") if get.buildTYPE() != "emul32": if not shelltools.can_access_directory("tools/clang"):