Site Tools


linux_modules:clang-llvm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_modules:clang-llvm [2018/10/19 17:08] – created ktm5jlinux_modules:clang-llvm [2023/08/29 19:56] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Clang-llvm ======
 +
 +Project website: https://clang.llvm.org/
 +
 +Llvm Distribution built with ''%%clang%%'' and ''%%lldb%%'' Because elements of llvm require a newer GLIBCXX version than is provided by libstdc++ on CentOS, this module also loads the [[linux_modules:gcc|gcc]]-7.1.0 module.
 +
 +===== Using clang-llvm =====
 +
 +==== Loading the Module ====
 +
 +**Example: **
 +<code>
 +[ktm5j@portal01] ~$ module whatis clang-llvm
 +
 +[ktm5j@portal01] ~$ module load clang-llvm
 +[ktm5j@portal01] ~$ echo $PATH
 +/sw/centos/llvm/6.0.0:/usr/local/bin:/usr/local/sbin:/usr/....
 +</code>
 +
 +==== Environment Variables ====
 +
 +^ Variable ^ Join Type ^ String Added ^
 +| PATH | prepend | /sw/centos/llvm/6.0.0 |
 +| LD_LIBRARY_PATH | prepend | /sw/centos/llvm/6.0.0/lib |
 +| LD_INCLUDE_PATH | prepend | /sw/centos/llvm/6.0.0/include |
 +| MANPATH | prepend | /sw/centos/llvm/6.0.0/share/man |
 +
 +