llvm-bcanalyzer
LLVM Bitcode (.bc) analyzer. More information: <https://llvm.org/docs/CommandGuide/llvm-bcanalyzer.html>.
RUN apt-get update && \
apt-get install -y llvm-3.0
RUN apt-get update && \
apt-get install -y llvm-8
RUN apk add llvm
RUN pacman -S --noconfirm llvm6
RUN apt-get update && \
apt-get install -y llvm-7
RUN yum install -y llvm
RUN dnf install -y llvm3.7
RUN apt-get update && \
apt-get install -y llvm-3.2