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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D53608: [builtins] Bu... Troy Johnson via Phabricator via cfe-commits

Reply via email to