summaryrefslogtreecommitdiffstats
path: root/Tests/VSMARMASM/foo.asm
Commit message (Collapse)AuthorAgeFilesLines
* VS: Honor compile options for ASM_MARMASMBrad King2023-01-261-1/+1
| | | | | | | | The Ninja and Makefile generators honor `target_compile_options` and friends for ASM_MARMMASM `.asm` sources. Teach the VS generator to honor them too for consistency. Issue: #24289
* ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-091-0/+10
https://learn.microsoft.com/en-us/cpp/assembler/arm/arm-assembler-reference Fixes: #23999