[PATCH] D141836: [AArch64] Disable __muloti4 libcalls for AArch64
Manoj Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 25 16:16:46 PST 2023
manojgupta added a comment.
At least for ChromeOS, as long as this change is limited to clang not making calls to it and function is not removed from compiler-rt, it works for us . We ship a libgcc_s.so using compiler-rt sources so we need so compatibility there so that older binaries keep working.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141836/new/
https://reviews.llvm.org/D141836
More information about the llvm-commits
mailing list