Skip to main content

llvm: LLVM collection of compiler and toolchain modules

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: llvm
Description: LLVM collection of compiler and toolchain modules
For more information: https://llvm.org/
Categories:
License: OpenSource (Apache 2.0 with LLVM exceptions)

General usage information

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them.

This module will add clang and related commands to your path.

In case you need to link against this library in your code, the following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package llvm, by cluster

This section lists the available versions of the package llvmon the different clusters.

Available versions of llvm on the Zaratab cluster

Available versions of llvm on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
11.0.1 llvm/11.0.1 zen2 Y
11.1.0 llvm/11.1.0 zen, zen2 Y
14.0.6 llvm/14.0.6 icelake, zen2 Y






Back to Top