llvm@12

Next-gen compiler infrastructure with C/C++ and LLVM tools

brewmacoslinux
Try with needOr install directly
Source

About

Next-gen compiler infrastructure

Commands

clangclang++llvm-configllcllioptllvm-disllvm-as

Examples

Compile a C file with clang$ clang -o program program.c
Compile C++ code with clang++$ clang++ -std=c++17 -O2 -o app main.cpp
Check LLVM configuration details$ llvm-config --version --prefix