mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-02 08:01:11 +03:00
Add new architecture aarch64_be.
This commit is contained in:
parent
860ac74415
commit
6e908ff525
1 changed files with 3 additions and 0 deletions
|
@ -502,6 +502,9 @@ static void registerPredefinedTargetVersions() {
|
|||
break;
|
||||
#if LDC_LLVM_VER >= 303
|
||||
case llvm::Triple::aarch64:
|
||||
#if LDC_LLVM_VER >= 305
|
||||
case llvm::Triple::aarch64_be:
|
||||
#endif
|
||||
VersionCondition::addPredefinedGlobalIdent("AArch64");
|
||||
break;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue