mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 17:43:35 +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::mips:
|
||||||
case llvm::Triple::mipsel:
|
case llvm::Triple::mipsel:
|
||||||
VersionCondition::addPredefinedGlobalIdent("MIPS");
|
VersionCondition::addPredefinedGlobalIdent("MIPS");
|
||||||
|
VersionCondition::addPredefinedGlobalIdent("MIPS32");
|
||||||
registerPredefinedFloatABI("MIPS_SoftFloat", "MIPS_HardFloat");
|
registerPredefinedFloatABI("MIPS_SoftFloat", "MIPS_HardFloat");
|
||||||
registerMipsABI();
|
registerMipsABI();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue