llvm-gcov

C front end for LLVM C/C++ compiler

Install

All systems
curl cmd.cat/llvm-gcov.sh
Ubuntu
apt-get install llvm-gcc-4.7
Windows (WSL2)
sudo apt-get update sudo apt-get install llvm-gcc-4.7
Raspbian
apt-get install llvm-gcc

llvm-gcc

C front end for LLVM C/C++ compiler

The Low-Level Virtual Machine (LLVM) is a collection of libraries and tools that make it easy to build compilers, optimizers, Just-In-Time code generators, and many other compiler-related programs. This is the DragonEgg-based version of llvm-gcc.

llvm-gcc-4.7

C front end for LLVM C/C++ compiler