]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_back/target/armv7s_apple_ios.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / librustc_back / target / armv7s_apple_ios.rs
index 66ec6efca0e6700a925f60a830b0631eab6cb549..d317589bf3680fc2075b8960daaef5d54eb76df0 100644 (file)
@@ -16,6 +16,7 @@ pub fn target() -> Target {
         llvm_target: "armv7s-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(),