Skip to content

Commit 164aa39

Browse files
authored
Merge pull request rust-lang#127 from JBBgameich/readme-compiler-rt
README: Add compiler-rt cloning step
2 parents b4ad63c + 4cdcf03 commit 164aa39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ You can also use my [fork of gcc](https://github.com/antoyo/gcc) which already i
2121
```bash
2222
$ git clone https://github.com/rust-lang/rustc_codegen_gcc.git
2323
$ 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"
2426
$ ./prepare_build.sh # download and patch sysroot src
2527
$ ./build.sh --release
2628
```

0 commit comments

Comments
 (0)