llvm-strip

Low-Level Virtual Machine (LLVM)

Debian Debian
RUN apt-get update && \ apt-get install -y llvm
Ubuntu
RUN apt-get update && \ apt-get install -y llvm
Alpine
RUN apk add llvm
Arch Arch Linux
RUN pacman -S --noconfirm llvm
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y llvm
CentOS
RUN yum install -y llvm
Fedora
RUN dnf install -y llvm
Raspbian
RUN apt-get update && \ apt-get install -y llvm
click the source code to copy install llvm-strip on any operating system with command-not-found.com