1
Fork 0

rustc_target: Move target_vendor from Target to TargetOptions

This commit is contained in:
Vadim Petrochenkov 2020-10-08 22:10:13 +03:00
parent d5fd31197f
commit b294cc71a2
161 changed files with 28 additions and 163 deletions

View file

@ -6,7 +6,6 @@ pub fn target() -> Target {
data_layout: "e-m:e-p:32:32-i64:64-n32-S128".to_string(),
llvm_target: "riscv32".to_string(),
pointer_width: 32,
target_vendor: "unknown".to_string(),
arch: "riscv32".to_string(),
linker_flavor: LinkerFlavor::Lld(LldFlavor::Ld),