mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
Bump alignment requirements for windows targets to achieve compartibility with vcpp.
Based on patch by Michael Beck! llvm-svn: 91745
This commit is contained in:
parent
682c6a3b74
commit
4e05e61a52
@ -178,8 +178,11 @@ public:
|
||||
p = "e-p:64:64-s:64-f64:64:64-i64:64:64-f80:128:128-n8:16:32:64";
|
||||
else if (isTargetDarwin())
|
||||
p = "e-p:32:32-f64:32:64-i64:32:64-f80:128:128-n8:16:32";
|
||||
else if (isTargetCygMing() || isTargetWindows())
|
||||
p = "e-p:32:32-f64:64:64-i64:64:64-f80:128:128-n8:16:32";
|
||||
else
|
||||
p = "e-p:32:32-f64:32:64-i64:32:64-f80:32:32-n8:16:32";
|
||||
|
||||
return std::string(p);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user