llvm-config

Get various configuration information needed to compile programs which use LLVM. Typically called from build systems, like in Makefiles or configure scripts. More information: <https://llvm.org/docs/CommandGuide/llvm-config.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y llvm-3.0
Ubuntu
RUN apt-get update && \ apt-get install -y llvm-8
Arch Arch Linux
RUN pacman -S --noconfirm llvm6
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y llvm-7
Fedora
RUN dnf install -y llvm4.0-devel
Raspbian
RUN apt-get update && \ apt-get install -y llvm-3.2
click the source code to copy install llvm-config on any operating system with command-not-found.com