Next-generation compiler infrastructure with C/C++ toolchain
Next-gen compiler infrastructure
clangclang++llvm-configoptllcllillvm-arllvm-nmllvm-objdump$ clang -o program program.c$ clang++ -O2 -o app main.cpp$ clang -emit-llvm -S program.c