Skip to content

Commit b6b0408

Browse files
committed
Update sentence about LLVM to match the new defaults
1 parent e887fd9 commit b6b0408

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/building/prerequisites.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ 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 ([see here][config]).
2928

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

0 commit comments

Comments
 (0)