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 fcc6e88 + e00ef28 commit 555cba7Copy full SHA for 555cba7
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