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.
2 parents 1263fc2 + 7b1cf97 commit 41a9cd4Copy full SHA for 41a9cd4
src/offload/installation.md
@@ -8,7 +8,7 @@ First you need to clone and configure the Rust repository:
8
```bash
9
git clone [email protected]:rust-lang/rust
10
cd rust
11
-./configure --enable-llvm-link-shared --release-channel=nightly --enable-llvm-assertions --enable-offload --enable-enzyme --enable-clang --enable-lld --enable-option-checking --enable-ninja --disable-docs
+./configure --enable-llvm-link-shared --release-channel=nightly --enable-llvm-assertions --enable-llvm-offload --enable-llvm-enzyme --enable-clang --enable-lld --enable-option-checking --enable-ninja --disable-docs
12
```
13
14
Afterwards you can build rustc using:
0 commit comments