Skip to content

Commit de1b409

Browse files
authored
Merge pull request swiftlang#20373 from lorentey/stringliteral-testfailure-32
2 parents e9d0d56 + 6b7acf4 commit de1b409

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/SILOptimizer/string_literals.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// RUN: %target-swift-frontend -parse-as-library -Osize -emit-ir %s | %FileCheck %s
33
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
44

5-
// The 7-bit discriminator complicates codegen on 32-bit platforms.
5+
// FIXME(rdar://problem/45856408): The 7-bit discriminator complicates codegen
6+
// on 32-bit platforms.
67
// UNSUPPORTED: PTRSIZE=32
78

89
// This is an end-to-end test to ensure that the optimizer generates

0 commit comments

Comments
 (0)