]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/powerpc64_wrs_vxworks.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / compiler / rustc_target / src / spec / powerpc64_wrs_vxworks.rs
index bb55872109c33573d58f8fbe005a4bd100a1d933..2f28a8562472d8d4d49ffb358cea6020fa0580b0 100644 (file)
@@ -10,7 +10,7 @@ pub fn target() -> Target {
     Target {
         llvm_target: "powerpc64-unknown-linux-gnu".to_string(),
         pointer_width: 64,
-        data_layout: "E-m:e-i64:64-n32:64".to_string(),
+        data_layout: "E-m:e-i64:64-n32:64-v256:256:256-v512:512:512".to_string(),
         arch: "powerpc64".to_string(),
         options: TargetOptions { endian: Endian::Big, ..base },
     }