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: unassignedb...@nondot.org
          Reporter: adam.bal...@ericsson.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to