Skip to content

Commit cfee48f

Browse files
Add review comments from japaric
1 parent 09ffffb commit cfee48f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/compiler-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ changes.
6262

6363
[rust-lang/rust#52787]: https://github.com/rust-lang/rust/pull/52787
6464

65-
On the other hand, if LLVM doesn't support the architecture, but a fork of LLVM does, you will have to
66-
built `rustc` from the fork. The Rust build system allows this and in principle should just
67-
require changing the `llvm` submodule to point to the fork.
65+
On the other hand, if LLVM doesn't support the architecture, but a fork of LLVM does, you will have
66+
to replace the original version of LLVM with the fork before building `rustc`. The Rust build system
67+
allows this and in principle it should just require changing the `llvm` submodule to point to the fork.
6868

6969
If your target architecture is only supported by some vendor provided GCC, you have the option of
7070
using [`mrustc`], an unofficial Rust compiler, to translate your Rust program into C code and then

0 commit comments

Comments
 (0)