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>.
RUN apt-get update && \
apt-get install -y llvm-3.0
RUN apt-get update && \
apt-get install -y llvm-8
RUN pacman -S --noconfirm llvm6
RUN apt-get update && \
apt-get install -y llvm-7
RUN dnf install -y llvm4.0-devel
RUN apt-get update && \
apt-get install -y llvm-3.2