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 f4c88ef + 1a325b0 commit 80c0cb5Copy full SHA for 80c0cb5
lib/SILOptimizer/PassManager/PassPipeline.cpp
@@ -698,7 +698,8 @@ static void addLastChanceOptPassPipeline(SILPassPipelinePlan &P) {
698
// Only has an effect if opt-remark is enabled.
699
P.addOptRemarkGenerator();
700
701
- P.addPruneVTables();
+ // FIXME: rdar://72935649 (Miscompile on combining PruneVTables with WMO)
702
+ // P.addPruneVTables();
703
}
704
705
static void addSILDebugInfoGeneratorPipeline(SILPassPipelinePlan &P) {
utils/build-presets.ini
@@ -300,6 +300,7 @@ reconfigure
300
301
verbose-build
302
build-ninja
303
+skip-test-cmark
304
305
[preset: buildbot_incremental_base_all_platforms]
306
mixin-preset=buildbot_incremental_base
0 commit comments