FileCheck

Modular compiler and toolchain technologies, tools

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