Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
when set BUILD_WITH_CLANG=true, source build.sh will build with clang. Ex. ``` export LLVM_DIR=/usr/src/clang-r487747 export LLVM_CONFIG=$LLVM_DIR/bin/llvm-config BUILD_WITH_CLANG=true source build.sh ```
- Loading branch information