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.
1 parent 4f592f0 commit a6142dcCopy full SHA for a6142dc
test/embedded/no-allocations.swift
@@ -3,6 +3,7 @@
3
// RUN: %target-swift-emit-ir %s -enable-experimental-feature Embedded -no-allocations -wmo -verify -verify-ignore-unknown
4
5
// REQUIRES: swift_in_compiler
6
+// REQUIRES: optimized_stdlib
7
// REQUIRES: OS=macosx || OS=linux-gnu
8
9
public class X {} // expected-error {{cannot use allocating type 'X' in -no-allocations mode}}
0 commit comments