llvm-gcc

This command is an alias of clang.

Ubuntu
RUN apt-get update && \ apt-get install -y llvm-gcc
Raspbian
RUN apt-get update && \ apt-get install -y llvm-gcc
click the source code to copy install llvm-gcc on any operating system with command-not-found.com