]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_back/target/armv7_apple_ios.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / librustc_back / target / armv7_apple_ios.rs
index d30648002912e6831cf8bd4ff36f7e8bc33e8b95..d131f8b2ef002b9e405ba7555e1b530f271058f4 100644 (file)
@@ -16,6 +16,7 @@ pub fn target() -> Target {
         llvm_target: "armv7-apple-ios".to_string(),
         target_endian: "little".to_string(),
         target_pointer_width: "32".to_string(),
+        data_layout: "e-m:o-p:32:32-f64:32:64-v64:32:64-v128:32:128-a:0:32-n32-S32".to_string(),
         arch: "arm".to_string(),
         target_os: "ios".to_string(),
         target_env: "".to_string(),