mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
9 lines
363 B
Bash
9 lines
363 B
Bash
#!/bin/bash
|
|
|
|
## Copyright (c) 2022 Alex313031/
|
|
|
|
## Clones latest LLVM being used by the Chromium Project, and builds a local toolchain with Polly to use the Polly optimizations in the main Thorium BUILD.gn
|
|
|
|
cd ~/chromium/src &&
|
|
|
|
python3 tools/clang/scripts/build.py --without-android --without-fuchsia --disable-asserts --gcc-toolchain=/usr --bootstrap --thinlto
|