The llvm-toolset-7 comes with clang 5 but i need to install software that is compatible only with clang 6+. How can i install a more recent clang?
The llvm-toolset-7 comes with clang 5 but i need to install software that is compatible only with clang 6+. How can i install a more recent clang?
You can download the llvm source here. Then follow these steps to build from source. llvm 6+ will include clang 6+.