mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Correctly set MIPS64 version identifier.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user