Closed LWSS closed 7 years ago
Need clang 4.0 or greater. ( I have 6.0, it's not hard to compile, follow this guide: https://www.hiroom2.com/2016/05/28/centos-7-build-llvm-clang-from-svn-repository/ )
Delete CMakeCache.txt and run ./build -c to build with clang
./build -c
Care to change CircleCI config or should I change it?
EDIT: Fixed it.
Need clang 4.0 or greater. ( I have 6.0, it's not hard to compile, follow this guide: https://www.hiroom2.com/2016/05/28/centos-7-build-llvm-clang-from-svn-repository/ )
Delete CMakeCache.txt and run
./build -c
to build with clang