Welcome to mirror list, hosted at ThFree Co, Russian Federation.

brew-llvm.sh « cmake - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07843ff4f138e26e1bb16e68774c84bdf998bcd2 (plain)
1
2
3
4
5
6
export PATH="/usr/local/opt/llvm/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/llvm/lib"
export CPPFLAGS="-I/usr/local/opt/llvm/include"
export CXX=clang++
export CC=clang