Next: Named Address Spaces, Previous: D Language and ABI, Up: Target Macros [Contents][Index]
Declare all environmental CPU info and features relating to the target CPU
using the function rust_add_target_info
, which takes a string
representing the feature key and a string representing the feature value.
Configuration pairs predefined by this hook apply to all files that are being
compiled.
Similar to TARGET_RUST_CPU_INFO
, but is used for configuration info
relating to the target operating system.