]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/spec/armv7_unknown_cloudabi_eabihf.rs
Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton
[rust.git] / src / librustc_target / spec / armv7_unknown_cloudabi_eabihf.rs
index c03f4b544ed0b3ff186ae8ad9f55c1c5def36ccc..7d34f5c63bfa1cb1833ea1eddeaccbb7a688cbd5 100644 (file)
@@ -13,15 +13,12 @@ pub fn target() -> TargetResult {
         target_endian: "little".to_string(),
         target_pointer_width: "32".to_string(),
         target_c_int_width: "32".to_string(),
-        data_layout: "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64".to_string(),
+        data_layout: "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64".to_string(),
         arch: "arm".to_string(),
         target_os: "cloudabi".to_string(),
         target_env: String::new(),
         target_vendor: "unknown".to_string(),
         linker_flavor: LinkerFlavor::Gcc,
-        options: TargetOptions {
-            target_mcount: "\u{1}mcount".to_string(),
-            .. base
-        },
+        options: TargetOptions { target_mcount: "\u{1}mcount".to_string(), ..base },
     })
 }