Skip to content

Commit 50ee97b

Browse files
committed
Update sentence about LLVM to match the new defaults
1 parent 3e01ef1 commit 50ee97b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/building/prerequisites.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ powerful, a common strategy is to only use `./x.py check` on your local machine
2424
and let the CI build test your changes when you push to a PR branch.
2525

2626
Building the compiler takes more than half an hour on my moderately powerful
27-
laptop. The first time you build the compiler, LLVM will also be built unless
28-
you use CI-built LLVM ([see here][config]).
27+
laptop. We suggest downloading LLVM from CI so you don't have to build it from source
28+
([see here][config]).
2929

3030
Like `cargo`, the build system will use as many cores as possible. Sometimes
3131
this can cause you to run low on memory. You can use `-j` to adjust the number

0 commit comments

Comments
 (0)