LLVM/Note
From ScientificComputing
Revision as of 10:38, 14 November 2016 by Sfux (talk | contribs) (Created page with "The llvm module sets several environment variables, which point to the different executables for the available compilers. * '''$CC''' → C compiler ''clang'' * '''$CXX'''...")
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.