Next-generation compiler infrastructure with C/C++ toolchain
Next-gen compiler infrastructure
clangclang++llvm-configoptllcllillvm-arllvm-nmllvm-objdump$ clang -O2 program.c -o program$ clang++ -std=c++17 -O3 source.cpp -o executable$ llvm-config --version --cflags --libs