[llvm-bugs] [Bug 30643] libc++experimental built w/ UBSAN has undefined references to __muloti4 builtin

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jul 25 16:47:01 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=30643

Eric Fiselier <eric at efcs.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---
           See Also|                            |https://bugs.llvm.org/show_
                   |                            |bug.cgi?id=16404

--- Comment #2 from Eric Fiselier <eric at efcs.ca> ---
We once again use __int128_t in filesystem, so this bug has cropped up again.

I think as a temporary fix, libc++ can crib the mul0ti4 implementation from
compiler-rt and compile it into filesystem manually.

I'll look into more involved fixes as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180725/7f380e01/attachment.html>


More information about the llvm-bugs mailing list