llvm-cat

Concatenate LLVM Bitcode (.bc) files. More information: <https://github.com/llvm/llvm-project/blob/main/llvm/tools/llvm-cat/llvm-cat.cpp>.

Debian Debian
RUN apt-get update && \ apt-get install -y llvm-7
Ubuntu
RUN apt-get update && \ apt-get install -y llvm-8
Arch Arch Linux
RUN pacman -S --noconfirm llvm6
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y llvm-7
Fedora
RUN dnf install -y llvm6.0
Raspbian
RUN apt-get update && \ apt-get install -y llvm-4.0
click the source code to copy install llvm-cat on any operating system with command-not-found.com