https://github.com/devcontainers-community/features-llvm
🏭 Installs the LLVM toolchain
https://github.com/devcontainers-community/features-llvm
clang cpp devcontainer-feature devcontainers installer-script llvm
Last synced: 7 months ago
JSON representation
🏭 Installs the LLVM toolchain
- Host: GitHub
- URL: https://github.com/devcontainers-community/features-llvm
- Owner: devcontainers-community
- License: mit
- Created: 2023-08-16T05:04:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T13:27:47.000Z (11 months ago)
- Last Synced: 2025-04-14T01:18:23.844Z (10 months ago)
- Topics: clang, cpp, devcontainer-feature, devcontainers, installer-script, llvm
- Language: Shell
- Size: 34.2 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLVM Dev Container Feature
🏭 Installs the LLVM toolchain
## Usage
```jsonc
// devcontainer.json
{
"features": {
"ghcr.io/devcontainers-community/features/llvm": {}
}
}
```
❓ Don't know what this ☝ means? Check out [this VS Code blog post].
### Options
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | LLVM version | string | latest |
[this vs code blog post]: https://code.visualstudio.com/blogs/2022/09/15/dev-container-features