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.
2 parents bc3f986 + fe4eff9 commit 1a325b0Copy full SHA for 1a325b0
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