Skip to content

Commit

Permalink
Rename ARM64 armasm to armclang
Browse files Browse the repository at this point in the history
The armasm legacy assembler is deprecated. The code was migrated to the GNU syntax (used by armclang).
https://developer.arm.com/documentation/100068/0621/Migrating-from-armasm-to-the-armclang-Integrated-Assembler
  • Loading branch information
Liryna committed Jun 18, 2024
1 parent f5d062c commit 7f20224
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -243,14 +243,14 @@ alias asm_sources

# ARM64/AAPCS/PE
alias asm_sources
: asm/make_arm64_aapcs_pe_armasm.asm
asm/jump_arm64_aapcs_pe_armasm.asm
asm/ontop_arm64_aapcs_pe_armasm.asm
: asm/make_arm64_aapcs_pe_armclang.asm
asm/jump_arm64_aapcs_pe_armclang.asm
asm/ontop_arm64_aapcs_pe_armclang.asm
: <abi>aapcs
<address-model>64
<architecture>arm
<binary-format>pe
<toolset>msvc
<toolset>clang
;

# LOONGARCH64
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7f20224

Please sign in to comment.