From ad8695b382fef2e6dd2a7b0de8796dd743cbfe8c Mon Sep 17 00:00:00 2001
From: Joe Garcia <joe.garcia@ssec.wisc.edu>
Date: Sat, 26 Jan 2019 15:13:47 -0600
Subject: [PATCH] cant bootstrap lld inside llvm with the current scheme

---
 ShellB3/shallbethree.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh
index c6ad8a2a..515d8058 100755
--- a/ShellB3/shallbethree.sh
+++ b/ShellB3/shallbethree.sh
@@ -6372,7 +6372,7 @@ mk__clang(){
 
   if isLinux ; then
     if contains ld.lld "${LD}" ; then
-      CMAKEEXTRA="${CMAKEEXTRA} -DBOOTSTRAP_LLVM_ENABLE_LLD:BOOL=ON -DCLANG_DEFAULT_LINKER=ld.lld -DCMAKE_LINKER=ld.lld"
+      CMAKEEXTRA="${CMAKEEXTRA} -DCLANG_DEFAULT_LINKER=ld.lld -DCMAKE_LINKER=ld.lld"
       _compiler_proxy_start ld LD
       export REPLACEDLD=YES
     else
-- 
GitLab