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

Commits on Sep 15, 2022

  1. meson: Don't use gas-preprocessor and armasm when building for arm64 …

    …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.
    mstorsjo committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1ec72ae View commit details
    Browse the repository at this point in the history