Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Honor compile options for ASM_MARMASM | Brad King | 2023-01-26 | 1 | -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 language | Ilia K | 2022-11-09 | 1 | -0/+10 |
https://learn.microsoft.com/en-us/cpp/assembler/arm/arm-assembler-reference Fixes: #23999 |