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 b4ad63c + 4cdcf03 commit 164aa39Copy full SHA for 164aa39
Readme.md
@@ -21,6 +21,8 @@ You can also use my [fork of gcc](https://github.com/antoyo/gcc) which already i
21
```bash
22
$ git clone https://github.com/rust-lang/rustc_codegen_gcc.git
23
$ cd rustc_codegen_gcc
24
+$ git clone https://github.com/llvm/llvm-project llvm --depth 1 --single-branch
25
+$ export RUST_COMPILER_RT_ROOT="$PWD/llvm/compiler-rt"
26
$ ./prepare_build.sh # download and patch sysroot src
27
$ ./build.sh --release
28
```
0 commit comments