mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 01:20:51 +03:00
add MIPS32 predefined identifier
This commit is contained in:
parent
63034ae1ca
commit
eebd2d4519
1 changed files with 1 additions and 0 deletions
|
@ -733,6 +733,7 @@ void registerPredefinedTargetVersions() {
|
|||
case llvm::Triple::mips:
|
||||
case llvm::Triple::mipsel:
|
||||
VersionCondition::addPredefinedGlobalIdent("MIPS");
|
||||
VersionCondition::addPredefinedGlobalIdent("MIPS32");
|
||||
registerPredefinedFloatABI("MIPS_SoftFloat", "MIPS_HardFloat");
|
||||
registerMipsABI();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue