mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
Fixed natural stack alignment for Linux x86-32. Thanks Eli.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141616 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
381e97dcf6
commit
4ad06e61c0
@ -38,7 +38,7 @@ X86_32TargetMachine::X86_32TargetMachine(const Target &T, StringRef TT,
|
|||||||
(getSubtargetImpl()->isTargetCygMing() ||
|
(getSubtargetImpl()->isTargetCygMing() ||
|
||||||
getSubtargetImpl()->isTargetWindows()) ?
|
getSubtargetImpl()->isTargetWindows()) ?
|
||||||
"e-p:32:32-f64:64:64-i64:64:64-f80:32:32-f128:128:128-n8:16:32-S32" :
|
"e-p:32:32-f64:64:64-i64:64:64-f80:32:32-f128:128:128-n8:16:32-S32" :
|
||||||
"e-p:32:32-f64:32:64-i64:32:64-f80:32:32-f128:128:128-n8:16:32-S32"),
|
"e-p:32:32-f64:32:64-i64:32:64-f80:32:32-f128:128:128-n8:16:32-S128"),
|
||||||
InstrInfo(*this),
|
InstrInfo(*this),
|
||||||
TSInfo(*this),
|
TSInfo(*this),
|
||||||
TLInfo(*this),
|
TLInfo(*this),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user