Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
// contains filtered or unexported fields
}
Env represents an LLVM installation.
func (*Env) BinDir ¶ added in v0.8.10
BinDir returns the directory containing LLVM executables. An empty string means LLVM executables are assumed to be in PATH.
func (*Env) InstallNameTool ¶ added in v0.9.2
func (e *Env) InstallNameTool() *install_name_tool.Cmd
func (*Env) Link ¶ added in v0.8.10
Link returns a new llvmlink.Cmd instance.
Click to show internal directories.
Click to hide internal directories.