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

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Oct 7 20:03:31 PDT 2016


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

            Bug ID: 30643
           Summary: libc++experimental built w/ UBSAN has undefined
                    references to __muloti4 builtin
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: eric at efcs.ca
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
    Classification: Unclassified

For some reason the typical GNU libraries don't provide this builtin, but
libclang_rt.builtins-x86_64.a does. This means that the user must manually link
the libclang builtins to get UBSAN to work.

The missing builtin is required when doing 128-bit integer multiplication in
filesystem.

I'm filing this bug as a reminder to fix this.

-- 
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/20161008/7c23b77f/attachment.html>


More information about the llvm-bugs mailing list