Skip to content

Commit

Permalink
lang/ghc810: Switch to LLVM 11.
Browse files Browse the repository at this point in the history
While the officially supported LLVM version for GHC 8.10 is 10, it does build
with 11. Switch to make ot possible to remove llvm10 port.
  • Loading branch information
arrowd committed Jan 5, 2024
1 parent 88a02ce commit c672659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/ghc810/Makefile
Expand Up @@ -10,7 +10,7 @@ OPTIONS_DEFINE= DYNAMIC PROFILE
SLAVE_BUILD_MK= BUILD_SPHINX_HTML=NO

GHC_VERSION= 8.10.7
LLVM_VERSION= 10
LLVM_VERSION= 11
BASE_PACKAGES= Cabal-3.2.1.0 array-0.5.4.0 base-4.14.3.0 binary-0.8.8.0 \
bytestring-0.10.12.0 containers-0.6.5.1 deepseq-1.4.4.0 \
directory-1.3.6.0 exceptions-0.10.4 filepath-1.4.2.1 \
Expand All @@ -21,7 +21,7 @@ BASE_PACKAGES= Cabal-3.2.1.0 array-0.5.4.0 base-4.14.3.0 binary-0.8.8.0 \
terminfo-0.4.1.4 text-1.2.4.1 time-1.9.3 \
transformers-0.5.6.2 unix-2.7.2.2 xhtml-3000.2.2.1
BOOT_GHC_VERSION= 8.10.7
BOOT_LLVM_VERSION= 10
BOOT_LLVM_VERSION= 11

EXTRA_PATCHES= ${MASTERDIR}/files/extra-utils_llvm-targets_gen-data-layout.sh

Expand Down

0 comments on commit c672659

Please sign in to comment.