Skip to content

Commit 555cba7

Browse files
Merge pull request #35622 from varungandhi-apple/vg-turn-off-PruneVTables
[SILOpt] Turn off PruneVTables.
2 parents fcc6e88 + e00ef28 commit 555cba7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/SILOptimizer/PassManager/PassPipeline.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,8 @@ static void addLastChanceOptPassPipeline(SILPassPipelinePlan &P) {
700700
// Only has an effect if opt-remark is enabled.
701701
P.addOptRemarkGenerator();
702702

703-
P.addPruneVTables();
703+
// FIXME: rdar://72935649 (Miscompile on combining PruneVTables with WMO)
704+
// P.addPruneVTables();
704705
}
705706

706707
static void addSILDebugInfoGeneratorPipeline(SILPassPipelinePlan &P) {

0 commit comments

Comments
 (0)