mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Merge branch 'trunk' into add-list-max
This commit is contained in:
commit
071d9cf9af
2 changed files with 7 additions and 3 deletions
2
AUTHORS
2
AUTHORS
|
@ -42,4 +42,4 @@ Viktor Fröberg <vikfroberg@gmail.com>
|
||||||
Locria Cyber <locriacyber@noreply.users.github.com>
|
Locria Cyber <locriacyber@noreply.users.github.com>
|
||||||
Matthias Beyer <mail@beyermatthias.de>
|
Matthias Beyer <mail@beyermatthias.de>
|
||||||
Tim Whiting <tim@whitings.org>
|
Tim Whiting <tim@whitings.org>
|
||||||
|
Logan Lowder <logan.lowder@logikcull.com>
|
||||||
|
|
|
@ -50,8 +50,12 @@ If you want to install it manually, you can also download Zig directly [here](ht
|
||||||
**version: 12.0.x**
|
**version: 12.0.x**
|
||||||
|
|
||||||
For macOS, you can install LLVM 12 using `brew install llvm@12` and then adding
|
For macOS, you can install LLVM 12 using `brew install llvm@12` and then adding
|
||||||
`/usr/local/opt/llvm/bin` to your `PATH`. You can confirm this worked by
|
`/usr/local/opt/llvm@12/bin` to your `PATH`. You can confirm this worked by
|
||||||
running `llc --version` - it should mention "LLVM version 12.0.0" at the top.
|
running `llc --version` - it should mention "LLVM version 12.0.0" at the top.
|
||||||
|
You may also need to manually specify a prefix env var like so:
|
||||||
|
```
|
||||||
|
export LLVM_SYS_120_PREFIX=/usr/local/opt/llvm@12
|
||||||
|
```
|
||||||
|
|
||||||
For Ubuntu and Debian:
|
For Ubuntu and Debian:
|
||||||
```
|
```
|
||||||
|
@ -62,7 +66,7 @@ chmod +x llvm.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
If you use this script, you'll need to add `clang` and `llvm-as` to your `PATH`.
|
If you use this script, you'll need to add `clang` and `llvm-as` to your `PATH`.
|
||||||
By default, the script installs them as `llvm-as-12` and `clang-12`,
|
By default, the script installs them as `clang-12` and `llvm-as-12`,
|
||||||
respectively. You can address this with symlinks like so:
|
respectively. You can address this with symlinks like so:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue