LLVM All-In-One toolchain
# LLVM All-In-One toolchain
## About LLVM & LLVM-AIO
- LLVM is a collection of modular compiler components
- LLVM-AIO is a prebuilt distribution of LLVM targetted at usecases with Ubuntu Core
## Features
- clang & clang++
- Support for various target architectures, from aarch64 to WebAssembly
- Ships with LLDB
- Simple installation
- Allows compilation with custom sysroots
- Confined for maximum security