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

[Android] On AArch64, Build fails when Running cross test --target aarch64-linux-android because it doesn't recognise __clear_cache intrinsic. #4

Open
Sewer56 opened this issue Sep 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Sewer56
Copy link
Member

Sewer56 commented Sep 10, 2023

Tried to use this intrinsic from C (__builtin__)clear_cache).
Tried to use the LLVM export (named __clear_cache).

Both GCC and Clang should recognise this intrinsic, yet build fails (on GCC); but only on ARM based platforms. I have no idea why. Android source itself uses this intrinsic fine. No idea what is going on.

@Sewer56 Sewer56 added the bug Something isn't working label Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant