llvm-nm
This command is an alias of nm.
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