[llvm-bugs] [Bug 47863] New: ImmutableMapRef::Profile not compiling

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Oct 15 10:07:43 PDT 2020


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

            Bug ID: 47863
           Summary: ImmutableMapRef::Profile not compiling
           Product: libraries
           Version: 11.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Support Libraries
          Assignee: unassignedbugs at nondot.org
          Reporter: adam.balogh at ericsson.com
                CC: llvm-bugs at lists.llvm.org

ImmutableMapRef::Root was recently changed from a pointer to
IntrusiveRefCntPtr. However, its Profile method still tries to add it to the ID
using ID.AddPointer(Root) which does not compile.

-- 
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/20201015/67b16144/attachment.html>


More information about the llvm-bugs mailing list