mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 06:39:12 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93235 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e2de606e0b
commit
990c4b87e3
@ -174,7 +174,7 @@ 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 (isTargetMing() || isTargetWindows())
|
||||
else if (isTargetMingw() || 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";
|
||||
|
Loading…
Reference in New Issue
Block a user