https://github.com/thrushlang/toolchains
Standard LLVM/Clang pre-optimized toolchains for the Thrush programming language.
https://github.com/thrushlang/toolchains
llvm-clang toolchain
Last synced: about 1 year ago
JSON representation
Standard LLVM/Clang pre-optimized toolchains for the Thrush programming language.
- Host: GitHub
- URL: https://github.com/thrushlang/toolchains
- Owner: thrushlang
- License: gpl-3.0
- Created: 2025-02-11T21:04:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-11T21:18:30.000Z (about 1 year ago)
- Last Synced: 2025-05-11T21:20:42.712Z (about 1 year ago)
- Topics: llvm-clang, toolchain
- Language: Python
- Homepage: https://github.com/thrushlang
- Size: 77.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Toolchains
This repository contains a modified build of different compiler backends to be used by the compiler for the **Thrush Programming Language**.
## LLVM
- VERSION: **v17.0.6**
- OPERATING SYSTEMS: Windows (x86_64) & Linux (x86_64)
- AVAILABLE ARCHITECTURE TARGETS: x86_64
## AUTOMATIC UPDATE
You should use the package manager of **Thrush Programming Language**, which is `thorium`.
```console
thorium toolchain llvm update
```
## AUTOMATIC INSTALLATION
```console
thorium toolchain llvm install
```