From eb2c1b0bbc6cdefa97f2aa86feb61dee38f04ca1 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Thu, 26 Mar 2020 04:00:43 +0300 Subject: [PATCH] llvm rebuild --- programming/build/llvm/actions.py | 2 +- programming/build/llvm/pspec.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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"): diff --git a/programming/build/llvm/pspec.xml b/programming/build/llvm/pspec.xml index 3807300388..0bf651107d 100755 --- a/programming/build/llvm/pspec.xml +++ b/programming/build/llvm/pspec.xml @@ -31,7 +31,8 @@ cmake binutils - llvm-clang + llvm-clang + lld