[llvm-bugs] [Bug 16404] __int128_t multiply with -fsanitize=undefined fails to link (undefined reference to __muloti4)

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Dec 1 13:16:11 PST 2015


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

Peter Maydell <peter.maydell at linaro.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---

--- Comment #13 from Peter Maydell <peter.maydell at linaro.org> ---
Please can you reopen this bug? It's already clear as per the discussion back
in 2013 that you can work around this by manually linking against the runtime.
The bug is exactly that the compiler is failing to automatically link against
its own runtime. The user should not be having to manually work around the
failures of the compiler like that.

-- 
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/20151201/9eda6b61/attachment.html>


More information about the llvm-bugs mailing list