Description
Clang 19 builds can link against the runtime support libraries expected by that compiler version. These libraries cover low-level helper code used for sanitizers, builtins, profiling, and other compiler-generated runtime needs.
Most users receive this as part of a development toolchain or as a dependency. It does not add an app launcher, and version matching matters when maintaining LLVM or Clang environments.