• S
    rustc: Add target_vendor for target triples · af68cdfe
    Sebastian Wicki 提交于
    This adds a new target property, `target_vendor` which can be used as a
    matcher for conditional compilation. The vendor is part of the autoconf
    target triple: <arch><sub>-<vendor>-<os>-<env>
    
    The default value for `target_vendor` is "unknown".
    
    Matching against the `target_vendor` with `#[cfg]` is currently feature
    gated as `cfg_target_vendor`.
    af68cdfe
x86_64_pc_windows_gnu.rs 1.2 KB