This adds support for the 'ls64' AArch64 extension to the .arch_extension
asm directive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/MC/AArch64/directive-arch_extension-negative.s | ||
---|---|---|
87 | This feature isn't enabled by default, so I'd expect this test to still pass even if the .arch_extension nols64 line was removed. We should enable all of these extensions with command-line options to llvm-mc, and probably add checks that the instructions are accepted before the extension is disabled. This is an existing problem with many of the other tests in this file, so doing this as a separate patch would be best. |
This feature isn't enabled by default, so I'd expect this test to still pass even if the .arch_extension nols64 line was removed. We should enable all of these extensions with command-line options to llvm-mc, and probably add checks that the instructions are accepted before the extension is disabled.
This is an existing problem with many of the other tests in this file, so doing this as a separate patch would be best.