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 5c77d88 + b2cce99 commit d8f06e5Copy full SHA for d8f06e5
test/SILOptimizer/string_literals.swift
@@ -2,6 +2,9 @@
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.
6
+// UNSUPPORTED: PTRSIZE=32
7
+
8
// This is an end-to-end test to ensure that the optimizer generates
9
// optimal code for string literals
10
0 commit comments