Skip to content

Conversation

@Greenie0701
Copy link
Contributor

@Greenie0701 Greenie0701 commented Jul 10, 2025

Description:

  • The existing configuration sets the assembly language to ASM_ARMASM for BOOST_CONTEXT_ASSEMBLER for all arm compilers.
  • This patch introduces a conditional check for MSVC to set the assembly language to ASM_MARMASM instead.

Changes:

  • Added a conditional statement to check if the compiler is MSVC.
  • Set ASM_LANGUAGE to ASM_MARMASM if MSVC is detected.
  • Retained the existing setting of ASM_ARMASM for non-MSVC compilers.

@olk olk self-assigned this Jul 31, 2025
@olk olk self-requested a review July 31, 2025 12:22
@olk olk merged commit f5deda1 into boostorg:develop Jul 31, 2025
20 of 23 checks passed
@olk
Copy link
Member

olk commented Jul 31, 2025

ty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants