8000 [2020-02] [AOT] Use .short directive instead of .hword by github-actions[bot] · Pull Request #21419 · mono/mono · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[2020-02] [AOT] Use .short directive instead of .hword #21419

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

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

github-actions[bot]
Copy link
Contributor
@github-actions github-actions bot commented Feb 1, 2022

Backport of #21416 to 2020-02

/cc @akoeplinger @grendello

Port of dotnet/runtime#64561 to mono/mono

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.
@akoeplinger
Copy link
Member

@monojenkins build

@akoeplinger akoeplinger merged commit 148f536 into 2020-02 Feb 7, 2022
@akoeplinger akoeplinger deleted the backport/pr-21416-to-2020-02 branch February 7, 2022 17:48
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
0