mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-07 19:36:06 +03:00
Correctly set MIPS64 version identifier.
This commit is contained in:
parent
7708d2e27a
commit
811dca3cf6
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ int main(int argc, char** argv)
|
|||
case llvm::Triple::mips64:
|
||||
case llvm::Triple::mips64el:
|
||||
// FIXME: Detect N64 variants (MIPS64_N64[_SoftFP,_HardFP]).
|
||||
VersionCondition::addPredefinedGlobalIdent("MIPS");
|
||||
VersionCondition::addPredefinedGlobalIdent("MIPS64");
|
||||
break;
|
||||
#endif
|
||||
case llvm::Triple::sparc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue