[clang] [llvm] [aarch64][clang][llvm] Allow AArch64 TLB maintenance instructions to be enabled via -march (PR #116707)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 19 10:47:02 PST 2024
efriedma-quic wrote:
In assembly, you can override the current architecture with a `.arch` directive.
https://github.com/llvm/llvm-project/pull/116707
More information about the cfe-commits
mailing list