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

meson: Don't use gas-preprocessor and armasm when building for arm64 with clang-cl #3571

Merged
merged 1 commit into from
Sep 20, 2022

Conversation

mstorsjo
Copy link
Contributor

Since meson 0.58.0, meson accepts adding '.S' assembly files as source files to the clang-cl compiler.

For arm, gas-preprocessor is still required when building clang-cl, for rewriting the assembly into a thumb-compatible form on the fly.

…with clang-cl

Since meson 0.58.0, meson accepts adding '.S' assembly files as
source files to the clang-cl compiler.

For arm, gas-preprocessor is still required when building clang-cl,
for rewriting the assembly into a thumb-compatible form on the fly.
@GuangweiWang GuangweiWang merged commit b9d3491 into cisco:master Sep 20, 2022
@mstorsjo mstorsjo deleted the meson-no-gaspp-arm64 branch December 22, 2022 11:43
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