mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
`isThunkSymbol()` was returning false for await resume and suspend resume thunks because the `Node` tree for those has an `AsyncAwaitResumePartialFunction` and/or `AsyncSuspendResumePartialFunction` as the first child of the top level `Global`, with the actual thunk in the _second_ child location. rdar://100424460
9.1 KiB
9.1 KiB