Main Content

getToolchainInfo

Class: coder.BuildConfig
Namespace: coder

Returns handle of copy of toolchain information object

Syntax

tc = getToolchainInfo(bldcfg)

Description

tc = getToolchainInfo(bldcfg) returns the toolchain information associated with the build context, bldcfg.

Input Arguments

expand all

Build context during code generation, specified as a coder.BuildConfig object. Use coder.BuildConfig methods to get information about the build context.

Output Arguments

expand all

Toolchain information, returned as a handle of a copy of the coder.make.ToolchainInfo object.

Version History

Introduced in R2013b