Installing LLVM / Clang 6+ on centos 7

Viewed 6355

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?

2 Answers

You can download the llvm source here. Then follow these steps to build from source. llvm 6+ will include clang 6+.

Related