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 e9d0d56 + 6b7acf4 commit de1b409Copy full SHA for de1b409
test/SILOptimizer/string_literals.swift
@@ -2,7 +2,8 @@
2
// RUN: %target-swift-frontend -parse-as-library -Osize -emit-ir %s | %FileCheck %s
3
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
4
5
-// The 7-bit discriminator complicates codegen on 32-bit platforms.
+// FIXME(rdar://problem/45856408): The 7-bit discriminator complicates codegen
6
+// on 32-bit platforms.
7
// UNSUPPORTED: PTRSIZE=32
8
9
// This is an end-to-end test to ensure that the optimizer generates
0 commit comments