Update data layout for 32-bit msvc targets
https://reviews.llvm.org/D115942 changed the alignment of f80.
This commit is contained in:
parent
f34914141e
commit
a380581ff8
3 changed files with 13 additions and 3 deletions
|
@ -24,7 +24,7 @@ pub fn target() -> Target {
|
|||
llvm_target: "i686-pc-windows-msvc".to_string(),
|
||||
pointer_width: 32,
|
||||
data_layout: "e-m:x-p:32:32-p270:32:32-p271:32:32-p272:64:64-\
|
||||
i64:64-f80:32-n8:16:32-a:0:32-S32"
|
||||
i64:64-f80:128-n8:16:32-a:0:32-S32"
|
||||
.to_string(),
|
||||
arch: "x86".to_string(),
|
||||
options: base,
|
||||
|
|
|
@ -9,7 +9,7 @@ pub fn target() -> Target {
|
|||
llvm_target: "i686-pc-windows-msvc".to_string(),
|
||||
pointer_width: 32,
|
||||
data_layout: "e-m:x-p:32:32-p270:32:32-p271:32:32-p272:64:64-\
|
||||
i64:64-f80:32-n8:16:32-a:0:32-S32"
|
||||
i64:64-f80:128-n8:16:32-a:0:32-S32"
|
||||
.to_string(),
|
||||
arch: "x86".to_string(),
|
||||
options: base,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue