Skip to content

Commit ab61aae

Browse files
committed
Resolve two crashers and fix a test issue on Linux.
1 parent ccb1c9a commit ab61aae

5 files changed

+7
-7
lines changed

test/IRGen/protocol_resilience_descriptors.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// ----------------------------------------------------------------------------
1414

1515
// Protocol descriptor
16-
// CHECK-DEFINITION-LABEL: @"$S18resilient_protocol29ProtocolWithAssocTypeDefaultsMp" = constant
16+
// CHECK-DEFINITION-LABEL: @"$S18resilient_protocol29ProtocolWithAssocTypeDefaultsMp" ={{( protected)?}} constant
1717
// CHECK-DEFINITION-SAME: $S2T118resilient_protocol29ProtocolWithAssocTypeDefaultsPTM
1818
// CHECK-DEFINITION-SAME: $S2T218resilient_protocol29ProtocolWithAssocTypeDefaultsPTM
1919

validation-test/SIL/crashers/026-swift-parser-parsesildefaultwitnesstable.sil

Lines changed: 0 additions & 3 deletions
This file was deleted.

validation-test/SIL/crashers/044-swift-parser-parsesilcoveragemap.sil

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: not %target-sil-opt %s
2+
3+
sil_default_witness_table
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: not %target-sil-opt %s
2+
3+
sil_default_witness_table

0 commit comments

Comments
 (0)