Closed Quuxplusone closed 7 years ago
Bugzilla Link | PR33536 |
Status | RESOLVED FIXED |
Importance | P normal |
Reported by | Kit Barton (kit.barton@gmail.com) |
Reported on | 2017-06-20 17:58:19 -0700 |
Last modified on | 2017-07-10 22:40:35 -0700 |
Version | trunk |
Hardware | Other Linux |
CC | chandlerc@gmail.com, ditaliano@apple.com, echristo@gmail.com, llvm-bugs@lists.llvm.org |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
There are similar assertions (!NodePtr->isKnownSentinel) in dealII, omnetpp, and xalanbmk also.
I thought this was the same as a bug with a stale domtree I was working on, but it was actually different. The other bug fix didn't help.
Fixed this finally in r307625 -- it was actually a bug in the ThinLTO bitcode writer.