mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
[PowerPC] FreeBSD does not require f128 in its data layout string.
Long double is 64 bits on FreeBSD PPC, so the f128 entry is superfluous. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185583 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f0126ea0a1
commit
1666c6a8c3
@ -128,7 +128,7 @@ public:
|
||||
// documentation are wrong; these are correct (i.e. "what gcc does").
|
||||
if (isPPC64() && isSVR4ABI()) {
|
||||
if (TargetTriple.getOS() == llvm::Triple::FreeBSD)
|
||||
return "E-p:64:64-f64:64:64-i64:64:64-f128:64:64-v128:128:128-n32:64";
|
||||
return "E-p:64:64-f64:64:64-i64:64:64-v128:128:128-n32:64";
|
||||
else
|
||||
return "E-p:64:64-f64:64:64-i64:64:64-f128:128:128-v128:128:128-n32:64";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user