mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-15 18:31:05 +00:00
llvm-builder: do not build clang by default (#168)
We only need LLD for cross compilation. This significantly reduces the LLVM build times in a cross compilation scenario. Update the README as a drive-by.
This commit is contained in:
@@ -83,7 +83,7 @@ Obtain a compatible build for your host platform from the release section of thi
|
||||
|
||||
```shell
|
||||
revive-llvm clone
|
||||
revive-llvm build
|
||||
revive-llvm build --llvm-projects lld --llvm-projects clang
|
||||
```
|
||||
|
||||
Build artifacts end up in the `./target-llvm/gnu/target-final/` directory by default.
|
||||
|
||||
Reference in New Issue
Block a user