This repository has been archived by the owner on Nov 7, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ANDROID: HACK: arm64: use -mno-implicit-float instead of -mgeneral-re…
…gs-only LLVM bug 30792 causes clang's AArch64 backend to crash compiling arch/arm64/crypto/aes-ce-cipher.c. Replacing -mgeneral-regs-only with -mno-implicit-float is the suggested workaround. Drop this patch once the clang bug has been fixed. Change-Id: I89fda12d826783ffe18142ba048ff10bd769e240 Signed-off-by: Greg Hackmann <[email protected]> Signed-off-by: Matthias Kaehlcke <[email protected]>
- Loading branch information