]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_back/target/x86_64_apple_darwin.rs
New upstream version 1.22.1+dfsg1
[rustc.git] / src / librustc_back / target / x86_64_apple_darwin.rs
index 8ac76679008e9f91fc62326f5c93eaf3a32966ca..71ac360eb99065399df81a1ac0c76bcf23174072 100644 (file)
@@ -23,6 +23,7 @@ pub fn target() -> TargetResult {
         llvm_target: "x86_64-apple-darwin".to_string(),
         target_endian: "little".to_string(),
         target_pointer_width: "64".to_string(),
+        target_c_int_width: "32".to_string(),
         data_layout: "e-m:o-i64:64-f80:128-n8:16:32:64-S128".to_string(),
         arch: "x86_64".to_string(),
         target_os: "macos".to_string(),