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 61aba8d commit e00ef28Copy full SHA for e00ef28
lib/SILOptimizer/PassManager/PassPipeline.cpp
@@ -700,7 +700,8 @@ static void addLastChanceOptPassPipeline(SILPassPipelinePlan &P) {
700
// Only has an effect if opt-remark is enabled.
701
P.addOptRemarkGenerator();
702
703
- P.addPruneVTables();
+ // FIXME: rdar://72935649 (Miscompile on combining PruneVTables with WMO)
704
+ // P.addPruneVTables();
705
}
706
707
static void addSILDebugInfoGeneratorPipeline(SILPassPipelinePlan &P) {
0 commit comments