We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81b57e commit a6f0429Copy full SHA for a6f0429
doc/install_and_upgrade.md
@@ -358,6 +358,21 @@ GitHub repository.
358
359
* Now you can run Stack from the command line in a terminal.
360
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
376
### Using Homebrew
377
378
[Homebrew](https://brew.sh/) is a popular package manager for macOS. If you
0 commit comments