mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Add files via upload
This commit is contained in:
parent
2f396892da
commit
0fea69cd77
1 changed files with 9 additions and 0 deletions
9
infra/build_polly.sh
Normal file
9
infra/build_polly.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/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
|
Loading…
Reference in a new issue