[libcxx-commits] [PATCH] D58916: [libc++] Do not define __muloti4 on Apple platforms

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 4 11:56:37 PST 2019


ldionne added a comment.

This patch is a not-so-great minimal fix for Apple platforms. @EricWF , if you have a suggestion of how to do this better (for example we could compile `__muloti4` into a separate static archive and ship that on platforms that are not `compiler_rt`-based), feel free to suggest.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D58916





More information about the libcxx-commits mailing list