1
Fork 0
rust/compiler/rustc_target/src
Vadim Petrochenkov 1def24c5f4 rustc_target: Normalize vendor from "" to "unknown" for all targets
Majority of targets use "unknown" vendor and changing it from "unknown" to omitted doesn't make sense.
From the LLVM docs (https://clang.llvm.org/docs/CrossCompilation.html#target-triple):

>Most of the time it can be omitted (and Unknown) will be assumed, which sets the defaults for the specified architecture.
>When a parameter is not important, it can be omitted, or you can choose unknown and the defaults will be used. If you choose a parameter that Clang doesn’t know, like blerg, it’ll ignore and assume unknown
2020-11-11 20:40:51 +03:00
..
abi rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
asm Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
spec rustc_target: Normalize vendor from "" to "unknown" for all targets 2020-11-11 20:40:51 +03:00
lib.rs /nightly/nightly-rustc 2020-09-23 21:51:56 +02:00