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

[release/6.0] [AOT] Use .short directive instead of .hword #64637

Merged
merged 1 commit into from
Feb 7, 2022

Commits on Feb 1, 2022

  1. [AOT] Use .short directive instead of .hword

    Xamarin.Android is trying to (partially) switch to LLVM-based toolchain
    and it appears that the `llvm-mc` assembler doesn't accept `.hword` as a
    valid directive for x86 targets.  Since it's an alias for `.short`,
    which works fine, the change should be safe across all the architectures
    supported by AOT.
    grendello authored and github-actions committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    0cddc48 View commit details
    Browse the repository at this point in the history