An open API service indexing awesome lists of open source software.

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.

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
```