Skip to content

Commit

Permalink
initial Aarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jul 2, 2024
1 parent 57716f0 commit 9822f38
Show file tree
Hide file tree
Showing 26 changed files with 4,957 additions and 97 deletions.
4 changes: 4 additions & 0 deletions compiler/src/.dscanner.ini
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,11 @@ unused_variable_check="-dmd.backend.aarray,\
-dmd.backend.cgelem,\
-dmd.backend.cgobj,\
-dmd.backend.cgsched,\
-dmd.backend.arm.cod1,\
-dmd.backend.arm.cod2,\
-dmd.backend.arm.cod3,\
-dmd.backend.arm.disasmarm,\
-dmd.backend.arm.instr,\
-dmd.backend.x86.cgxmm,\
-dmd.backend.x86.cod1,\
-dmd.backend.x86.cod2,\
Expand Down
3 changes: 2 additions & 1 deletion compiler/src/build.d
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,8 @@ auto sourceFiles()
dtype.d debugprint.d fp.d symbol.d symtab.d elem.d dcode.d cgsched.d x86/cg87.d x86/cgxmm.d x86/cgcod.d x86/cod1.d x86/cod2.d
x86/cod3.d cv8.d dcgcv.d pdata.d util2.d var.d backconfig.d drtlsym.d dwarfeh.d ptrntab.d
dvarstats.d dwarfdbginf.d cgen.d goh.d barray.d cgcse.d elpicpie.d
machobj.d elfobj.d mscoffobj.d filespec.d cgobj.d aarray.d x86/disasm86.d arm/disasmarm.d
machobj.d elfobj.d mscoffobj.d filespec.d cgobj.d aarray.d x86/disasm86.d
arm/cod1.d arm/cod2.d arm/cod3.d arm/disasmarm.d arm/instr.d
"
),
};
Expand Down
Loading

0 comments on commit 9822f38

Please sign in to comment.