Show Table of Contents
Chapter 16. Compiler toolsets
RHEL 8.0 provides the following compiler toolsets as Application Streams:
- LLVM Toolset 9.0.1, which provides the LLVM compiler infrastructure framework, the Clang compiler for the C and C++ languages, the LLDB debugger, and related tools for code analysis. See the Using LLVM Toolset guide.
-
Rust Toolset 1.41, which provides the Rust programming language compiler
rustc
, thecargo
build tool and dependency manager, thecargo-vendor
plugin, and required libraries. See the Using Rust Toolset guide. -
Go Toolset 1.13, which provides the Go programming language tools and libraries. Go is alternatively known as
golang
. See the Using Go Toolset guide.