https://llvm.org/bugs/show_bug.cgi?id=26074
Bug ID: 26074 Summary: Assertion in ~CallGraphNode "Node deleted while references remain" Product: libraries Version: trunk Hardware: PC OS: FreeBSD Status: NEW Severity: normal Priority: P Component: Global Analyses Assignee: unassignedb...@nondot.org Reporter: and...@fubar.geek.nz CC: llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 15589 --> https://llvm.org/bugs/attachment.cgi?id=15589&action=edit .cpp, .sh, and .ll showing the assertion I can hit the following assertion while building Firefox on FreeBSD on AArch64: Assertion failed: (NumReferences == 0 && "Node deleted while references remain"), function ~CallGraphNode, file /usr/src/lib/clang/libllvmipa/../../../contrib/llvm/include/llvm/Analysis/CallGraph.h, line 179. The attached tar file contains the .sh clang output, a minimized .cpp file, and the lr from this file with no optimization. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs