#targets #properties #interface #abi #safe #tuple #xlang

xlang_targets

ABI Safe Interfaces for target triples and discovering compiler-required information about targets

1 unstable release

0.1.0 Nov 6, 2022

#874 in Programming languages

40 downloads per month
Used in 2 crates

BSD-2-Clause-Patent

77KB
2K SLoC

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.

Dependencies

~325KB