Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct comment character in marmasm.asm & Add Ninja + MSVC/clang-cl workaround for MARMASM #1574

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

charles-lunarg
Copy link
Collaborator

Both fixes are needed to enable Ninja builds of the loader on MSVC.

This issue was brought to my attention by @siukosev who helpfully provided a reproducible that made fixing the bug a breeze.

The workaround that enables ninja + MSVC/clang-cl support in the loader
only applied to MASM, which isn't helpful for MARMASM builds.

This workaround did not get added to the build as ninja support was not
considered required for release of the ARM SDK. However, other parties
have started using the ARM build of the loader and reported the issue,
necessitating this fix.
@ci-tester-lunarg
Copy link

CI Vulkan-Loader build queued with queue ID 279988.

@ci-tester-lunarg
Copy link

CI Vulkan-Loader build # 2750 running.

@ci-tester-lunarg
Copy link

CI Vulkan-Loader build # 2750 passed.

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