[PATCH] D53608: [builtins] Build float128 soft float builtins for x86_64.

Troy Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 11:43:48 PST 2019


troyj added a comment.

Wound up here while trying to use compiler-rt for static linking with our downstream compiler.  It seems that compiler-rt's current approach of only providing these routines on certain platforms is problematic because libgcc always provides them, and thus compiler-rt is not a full replacement for libgcc in some cases.  I also encountered the same two missing entry points.

Would very much like to see an upstream change to match the libgcc entry points, no matter the platform.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53608/new/

https://reviews.llvm.org/D53608





More information about the llvm-commits mailing list