Skip to content

Commit 80c0cb5

Browse files
authored
Merge pull request #2592 from swiftwasm/release/5.4
[pull] swiftwasm-release/5.4 from release/5.4
2 parents f4c88ef + 1a325b0 commit 80c0cb5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/SILOptimizer/PassManager/PassPipeline.cpp

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

701-
P.addPruneVTables();
701+
// FIXME: rdar://72935649 (Miscompile on combining PruneVTables with WMO)
702+
// P.addPruneVTables();
702703
}
703704

704705
static void addSILDebugInfoGeneratorPipeline(SILPassPipelinePlan &P) {

utils/build-presets.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ reconfigure
300300

301301
verbose-build
302302
build-ninja
303+
skip-test-cmark
303304

304305
[preset: buildbot_incremental_base_all_platforms]
305306
mixin-preset=buildbot_incremental_base

0 commit comments

Comments
 (0)