mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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.
6.3 KiB
6.3 KiB