Next-gen compiler infrastructure with C/C++ and LLVM tools
Next-gen compiler infrastructure
clang
clang++
llvm-config
llc
lli
opt
llvm-dis
llvm-as
$ clang -o program program.c
$ clang++ -std=c++17 -O2 -o app main.cpp
$ llvm-config --version --prefix