CoroSplit depends on CallGraphWrapperPass, but it was not explicitly adding it as a pass dependency.
This missing dependency can trigger errors / assertions / crashes in PMTopLevelManager::schedulePass() under certain configurations.
Differential D63144
[coroutines] Add missing pass dependency. ben-clayton on Jun 11 2019, 9:20 AM. Authored by
Details CoroSplit depends on CallGraphWrapperPass, but it was not explicitly adding it as a pass dependency. This missing dependency can trigger errors / assertions / crashes in PMTopLevelManager::schedulePass() under certain configurations.
Diff Detail
Event TimelineComment Actions Thank you for the approval Gor. Cheers, |