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'''...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.