We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3f986 commit fe4eff9Copy full SHA for fe4eff9
lib/SILOptimizer/PassManager/PassPipeline.cpp
@@ -690,7 +690,8 @@ static void addLastChanceOptPassPipeline(SILPassPipelinePlan &P) {
690
// Only has an effect if opt-remark is enabled.
691
P.addOptRemarkGenerator();
692
693
- P.addPruneVTables();
+ // FIXME: rdar://72935649 (Miscompile on combining PruneVTables with WMO)
694
+ // P.addPruneVTables();
695
}
696
697
static void addSILDebugInfoGeneratorPipeline(SILPassPipelinePlan &P) {
0 commit comments