mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Setup correct data layout to match gcc's expectations on mingw32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95981 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4dd162f394
commit
ebb0c2b287
@ -175,7 +175,7 @@ public:
|
||||
else if (isTargetDarwin())
|
||||
p = "e-p:32:32-f64:32:64-i64:32:64-f80:128:128-n8:16:32";
|
||||
else if (isTargetMingw() || isTargetWindows())
|
||||
p = "e-p:32:32-f64:64:64-i64:64:64-f80:128:128-n8:16:32";
|
||||
p = "e-p:32:32-f64:64:64-i64:64:64-f80:32:32-n8:16:32";
|
||||
else
|
||||
p = "e-p:32:32-f64:32:64-i64:32:64-f80:32:32-n8:16:32";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user