mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
... with a fix for a non-assert build crash: I used the wrong ilist type for SlabList. This does not explain the crash, though. What I think happened here is that llvm miscompiled and put the llvm_unreachable from the Slab's deleteNode function unconditionally into the SILModule destructor. Now by using simple_ilist, there is no need for a deleteNode at all.
4.3 KiB
4.3 KiB