Skip to content

Commit a6f0429

Browse files
committed
Re commercialhaskell#5681 Add information about GHC LLVM version support
1 parent d81b57e commit a6f0429

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/install_and_upgrade.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,21 @@ GitHub repository.
358358

359359
* Now you can run Stack from the command line in a terminal.
360360

361+
### LLVM
362+
363+
The documentation for each version of GHC identifies the versions of
364+
LLVM that are supported. That is summarised in the table below for
365+
recent versions of GHC:
366+
367+
|GHC version|LLVM versions|
368+
|-----------|-------------|
369+
|9.8.2 |11 to 15 |
370+
|9.6.4 |11 to 15 |
371+
|9.4.8 |10 to 14 |
372+
|9.2.8 |9 to 12 |
373+
|9.0.2 |9, 10 or 12 |
374+
|8.10.7 |9 to 12 |
375+
361376
### Using Homebrew
362377

363378
[Homebrew](https://brew.sh/) is a popular package manager for macOS. If you

0 commit comments

Comments
 (0)