Current llvm version is v10.0.0.
- go to https://releases.llvm.org/download.html
- Download binary for MacOS
- extract tar ball
- copy to
/usr/local/llvm
- go to https://releases.llvm.org/download.html
- Download binary for linux ubuntu
- extract tar ball
- copy
bin/lli
toroot/llvm-prebuilt
- commit the change
- Switch to local development llvm:
LLI_PATH=lli # for local development
bash build.sh
bash test_e2e.sh
- circleci config validate
- circleci local execute --job JOB_NAME (build)