[PATCH] D151982: [AArch64] Make .arch without extra features actually take effect
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 2 06:51:49 PDT 2023
DavidSpickett added a comment.
> especially if they expect to assemble with binutils too.
Didn't think about it that way, this makes sense.
> Not sure offhand, dunno if .arch (or other similar directives) behaves in a similar way on other architectures.
I forgot this is somewhat Arm specific. I see https://sourceware.org/binutils/docs/as/ARM-Directives.html, I'll check what we do for that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151982/new/
https://reviews.llvm.org/D151982
More information about the llvm-commits
mailing list