[LLVMbugs] [Bug 22063] -fsanitize=undefined causes very long compile time

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 13 14:30:12 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22063

Alexey Samsonov <vonosmas at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |vonosmas at gmail.com
         Resolution|---                         |DUPLICATE

--- Comment #3 from Alexey Samsonov <vonosmas at gmail.com> ---
This is most likely caused by the slowdown in register allocation (see
http://llvm.org/bugs/show_bug.cgi?id=21349 and
http://llvm.org/bugs/show_bug.cgi?id=17409).

You can try to build the specific source code file with -fno-sanitize=undefined
to disable UBSan checks in it, or lower optimization level, or add "-mllvm
-regalloc=pbqp" which could work faster.

*** This bug has been marked as a duplicate of bug 21349 ***

-- 
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/20150113/67f55e48/attachment.html>


More information about the llvm-bugs mailing list