-
Notifications
You must be signed in to change notification settings - Fork 917
Home
Justin Clift edited this page May 6, 2019
·
23 revisions
If you're looking for documentation, that's online over here.
Also, look at the sidebar for some random notes on TinyGo.
- What each of the LLVM command line tools do
- Mapping High Level Constructs to LLVM IR (source)
- LLVM Programmers Manual
- LLVM Language Reference Manual
- go-llvm docs - Docs for the official LLVM bindings for Go
- https://github.com/llir/llvm - Library for interacting with LLVM IR in pure Go