We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c67b0d commit 4a0e8c3Copy full SHA for 4a0e8c3
compiler/rustc_target/src/spec/x86_64_unknown_none_elf.rs
@@ -22,7 +22,8 @@ pub fn target() -> Target {
22
Target {
23
llvm_target: "x86_64-unknown-none-elf".to_string(),
24
pointer_width: 64,
25
- data_layout: "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128".to_string(),
+ data_layout: "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
26
+ .to_string(),
27
arch: "x86_64".to_string(),
28
options: opts,
29
}
0 commit comments