Install llvm / clang on MacOS

 % brew install llvm

 % brew update

 % brew upgrade


在 profile 加入:

export PATH="/usr/local/opt/llvm/bin:$PATH" 

export LLVM_INSTALL_DIR=/usr/local/opt/llvm

# export CC=$(xcrun --find clang)
export CXX=$(xcrun --find clang++)

--
PS: MacOS 上有些 CC 使用 clang 的話, configure 會找不到 C compiler

留言

熱門文章