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, LLVMLinux: use -mno-implicit-float
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. Change-Id: I229c5e9cb7306391afcc1819604662db54216a99 Signed-off-by: Greg Hackmann <[email protected]> Git-commit: bdc3dd9f0a5cd2c3d36a95621199b4a10fa799bc Git-repo: https://android.googlesource.com/kernel/common/ Signed-off-by: Satya Durga Srinivasu Prabhala <[email protected]> Signed-off-by: Channagoud Kadabi <[email protected]>
- Loading branch information