Skip to content

WIP: Add MSVC ARM64 (armasm64) support for the native AArch64 backend#1741

Draft
mkannwischer wants to merge 3 commits into
mainfrom
msvc-arm-backend
Draft

WIP: Add MSVC ARM64 (armasm64) support for the native AArch64 backend#1741
mkannwischer wants to merge 3 commits into
mainfrom
msvc-arm-backend

Conversation

@mkannwischer

Copy link
Copy Markdown
Contributor

Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
Comment thread scripts/simpasm
parser.add_argument(
"--translate-armasm",
action="store_true",
help="Translate simplified assembly into armasm64 syntax (.asm)",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Focus on the outcome"Emit assembly in armasm64 syntax instead of the default GAS syntax"

Comment thread scripts/simpasm
parser.add_argument("--strip", type=str, default="llvm-strip")
parser.add_argument("--cflags", type=str)
parser.add_argument(
"--translate-armasm",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add this to the existing --syntax?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable and test AArch64 backend on Arm Windows machines

2 participants