mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-04 01:51:31 +00:00
Mac OS X X86-64 ABI is same as the standard.
llvm-svn: 41700
This commit is contained in:
parent
8cda5af2e7
commit
4cae11d569
@ -145,12 +145,8 @@ public:
|
||||
|
||||
std::string getDataLayout() const {
|
||||
const char *p;
|
||||
if (is64Bit()) {
|
||||
if (isTargetDarwin())
|
||||
p = "e-p:64:64-f64:32:64-i64:32:64-f80:128:128";
|
||||
else
|
||||
p = "e-p:64:64-f64:64:64-i64:64:64-f80:128:128";
|
||||
}
|
||||
if (is64Bit())
|
||||
p = "e-p:64:64-f64:64:64-i64:64:64-f80:128:128";
|
||||
else {
|
||||
if (isTargetDarwin())
|
||||
p = "e-p:32:32-f64:32:64-i64:32:64-f80:128:128";
|
||||
|
Loading…
Reference in New Issue
Block a user