From 7f3f8b4f4b6b3ad04bb52a48e13e5bfda38ecea3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 25 Sep 2019 17:27:55 -0700 Subject: [PATCH] more llvm 7 stuff --- debian-bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 29a4209d..f487b160 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -183,9 +183,9 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 # This version is tracked here: # https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM/Installing # -# GHC 8.8 requires LLVM 7.0 tools (?) (specifically, llc-7.0 and opt-7.0). -update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-7.0" 50 -update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-7.0" 50 +# GHC 8.8 requires LLVM 7 tools (?) (specifically, llc-7 and opt-7). +update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-7" 50 +update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-7" 50 # nodejs 10 (nodejs8 in bionic needs conflicting libssl10-dev) curl -sL https://deb.nodesource.com/setup_10.x | bash -