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