package
0.36.0
Repository: https://github.com/tinygo-org/tinygo.git
Documentation: pkg.go.dev

# Packages

Package ircheck implements a checker for LLVM IR, that goes a bit further than the regular LLVM IR verifier.
Package llvmutil contains utility functions used across multiple compiler packages.

# Functions

CompilePackage compiles a single package to a LLVM module.
NewTargetMachine returns a new llvm.TargetMachine based on the passed-in configuration.
Sizes returns a types.Sizes appropriate for the given target machine.

# Structs

Config is the configuration for the compiler.