LLVM/Note
From ScientificComputing
The llvm module sets several environment variables, which point to the different executables for the available compilers.
- $CC → C compiler clang
- $CXX → C++ compiler clang++
The path's to the executables will be set according to the LLVM version that is loaded.