[LLVMbugs] [Bug 21770] New: revision 223478 breaks Linux/i686 build

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Dec 5 13:45:54 PST 2014


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

            Bug ID: 21770
           Summary: revision 223478 breaks Linux/i686 build
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: hjl.tools at gmail.com
                CC: benny.kra at gmail.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

commit 472e9cc4bc13da0d9acfb4bdd2529029d8a4dbf4
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date:   Fri Dec 5 17:03:01 2014 +0000

    LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP
DenseMaps.

    Required some APInt massaging to get proper empty/tombstone values. Apart
    from making the code a bit simpler this also reduces the bucket size of
    the ConstantInt map from 32 to 24 bytes.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223478
91177308-0d3
4-0410-b5e6-96231b3b80d8

breaks build on Linux/i686.  Compiling compiler-rt goes into a infinite loop.

-- 
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/20141205/4f5eaebe/attachment.html>


More information about the llvm-bugs mailing list