llvm

Next-generation compiler infrastructure with modular design

brewmacoslinux
Try with needOr install directly
Source

About

Next-gen compiler infrastructure

Commands

clangclang++llvm-configoptllcllillvm-arllvm-nmllvm-objdump

Examples

Compile a C file using Clang$ clang -o program program.c
Compile C++ code with optimization$ clang++ -O3 -o app main.cpp
Query LLVM configuration and paths$ llvm-config --version --bindir