-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[android] remove text relocations in AOT/arm32 #16432
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
Conversation
This reverts commit 223e0bd.
…ger assemblies on ARM (mono#14043)" This reverts commit 9ff3b0d.
|
@monojenkins squash |
|
@monojenkins backport 2019-08 |
|
@radekdoulik @grendello how far do we need to backport this? The original change was landed up to |
|
Current XA master uses 2019-06, so we would like to have it at least as far as that. d16-3 uses 2019-06 as well, d16-2 uses 2019-02 and supports Android Q as well, so I think 2019-02 would need it too. |
|
@monojenkins backport 2019-06 |
|
@monojenkins backport 2019-02 |
|
not sure if |
This reverts commit b6ca76c.
This reverts commit b6ca76c.
This reverts commit b6ca76c.
This reverts commit b6ca76c.
This reverts commit b6ca76c.
[android] remove text relocations in AOT/arm32 Remove support for "big assemblies" for AOT on Android running on ARM 32bit. This will remove relocations in `.text` which are not allowed in the upcoming Android Q release anymore. _If_ a customer should run into this problem, the suggested workarounds are: * Switch to ARM64, or * Do not use AOT compilation. Fixes mono/mono#16369 Commit migrated from mono/mono@b6ca76c
Remove support for "big assemblies" for AOT on Android running on ARM 32bit. This will remove relocations in
.textwhich are not allowed in the upcoming Android Q release anymore.If a customer should run into this problem, the suggested workarounds are:
Fixes #16369