//
pkg.gl
Category
github.com/tinygo-org/tinygo
compiler
package
0.36.0
Repository:
https://github.com/tinygo-org/tinygo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
25
Dependents
2
Files
8.7k SLOC
#
Packages
ircheck
Package ircheck implements a checker for LLVM IR, that goes a bit further than the regular LLVM IR verifier.
llvmutil
Package llvmutil contains utility functions used across multiple compiler packages.
#
Functions
CompilePackage
CompilePackage compiles a single package to a LLVM module.
NewTargetMachine
NewTargetMachine returns a new llvm.TargetMachine based on the passed-in configuration.
Sizes
Sizes returns a types.Sizes appropriate for the given target machine.
#
Structs
Config
Config is the configuration for the compiler.