[llvm-bugs] [Bug 27077] trunk r264314 fails with polly: __multi3 is not available in the i386 compiler-rt

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Mar 29 15:47:38 PDT 2016


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

Chris Bieneman <chris.bieneman at me.com> changed:

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

--- Comment #6 from Chris Bieneman <chris.bieneman at me.com> ---
Actually, my apologies, I need to re-open this. We can't add this function to
the darwin builtins because that builtin function isn't supported on platforms
without CRT_HAS_128BIT, and Darwin doesn't support CRT_HAS_128BIT on i386.

Polly will need to not generate this call when targeting i386 darwin.

-- 
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/20160329/691fc848/attachment.html>


More information about the llvm-bugs mailing list