1
Fork 0

rustc_target: Move target_endian from Target to TargetOptions

This commit is contained in:
Vadim Petrochenkov 2020-10-08 19:57:41 +03:00
parent ffe65f825b
commit 91533cf10e
152 changed files with 75 additions and 168 deletions

View file

@ -5,7 +5,6 @@ pub fn target() -> Target {
Target {
data_layout: "e-m:e-p:32:32-i64:64-n32-S128".to_string(),
llvm_target: "riscv32".to_string(),
target_endian: "little".to_string(),
pointer_width: 32,
target_os: "none".to_string(),
target_env: String::new(),