Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/asdf-llvm
https://github.com/higebu/asdf-llvm
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/higebu/asdf-llvm
- Owner: higebu
- License: other
- Created: 2023-09-13T07:37:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T20:42:43.000Z (about 1 year ago)
- Last Synced: 2024-10-04T19:44:21.873Z (3 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-llvm [![Build](https://github.com/higebu/asdf-llvm/actions/workflows/build.yml/badge.svg)](https://github.com/higebu/asdf-llvm/actions/workflows/build.yml) [![Lint](https://github.com/higebu/asdf-llvm/actions/workflows/lint.yml/badge.svg)](https://github.com/higebu/asdf-llvm/actions/workflows/lint.yml)
[llvm](https://llvm.org/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
- [Ninja](https://ninja-build.org/): for build clang.# Install
Plugin:
```shell
asdf plugin add clang https://github.com/higebu/asdf-llvm.git
asdf plugin add clang-format https://github.com/higebu/asdf-llvm.git
asdf plugin add clangd https://github.com/higebu/asdf-llvm.git
asdf plugin add llvm-objcopy https://github.com/higebu/asdf-llvm.git
asdf plugin add llvm-objdump https://github.com/higebu/asdf-llvm.git
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/higebu/asdf-llvm/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Yuya Kusakabe](https://github.com/higebu/)