lli-child-target
Modular compiler and toolchain technologies, IR interpreter
RUN apt-get update && \
apt-get install -y llvm-3.4-runtime
RUN apt-get update && \
apt-get install -y llvm-8-runtime
RUN apk add llvm
RUN pacman -S --noconfirm llvm6
RUN apt-get update && \
apt-get install -y llvm-7-runtime
RUN yum install -y llvm
RUN dnf install -y llvm3.7
RUN apt-get update && \
apt-get install -y llvm-3.4-runtime