[PATCH] D48915: [Sparc] Use the names .rem and .urem instead of __modsi3 and __umodsi3
Joerg Sonnenberger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 5 04:21:30 PDT 2018
joerg added a comment.
Not what I mean. Certain platforms like Sparc and SH link a copy of certain routines into every DSO. This is the so-called milli code. They sometimes use special calling conventions as well. That's different from the "normal" helper routines in libgcc, which are shared by all libraries.
Repository:
rL LLVM
https://reviews.llvm.org/D48915
More information about the llvm-commits
mailing list