llvm-gccbug
C front end for LLVM C/C++ compiler
Install
- All systems
-
curl cmd.cat/llvm-gccbug.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
- Dockerfile
- dockerfile.run/llvm-gccbug
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.