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.
1 parent b4ad63c commit d2c67f2Copy full SHA for d2c67f2
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