This is C++ Compiler Installation using llvm-clang.
Exe | Description | Releases |
---|---|---|
Download the latest version | Download |
Run this in the terminal to build a cpp file and generate an executable:
clang++ main.cpp -o .\\output.exe
For a more advanced usage check LLVM documentation.