Skip to content

Commit 6b7acf4

Browse files
committed
[test] SILOptimizer/string_literals.swift: Add proper FIXME
1 parent b2cce99 commit 6b7acf4

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)