Crate xlang_targets
source ·Expand description
Library to describe the behaviours of targets in xlang Most properties of targets are exposed via this interface, and plugins (including frontends and backends), as well as drivers, should query the properties in this library, rather than maintaining their own list of properties.
This library also provides an ABI safe version of the target_tuples::Target
type.
Modules
Module containing structures and functions to query the properties of xlang targets
Macros
Generates a valid
BuiltinSignature
from a signature like (params…)->retParses a builtin type from a subset of XIR type syntax.
It also accepts
vec(n)
as a vector n
bytes longStructs
An abi safe version of
target_tuples::Target
, which can be converted to and from that type